Description
COMP 130/131
Introduction to Programming with Java
Classes: RotateLeft.java
Topics: Images, Arrays
Your friend took the picture of a cute kitten, but unfortunately he held the camera wrong and the picture came out rotated. Write a program RotateLeft that loads the image file “cute-kittyfrog.jpg”, rotates it 90 degrees counter-clockwise, and displays both the original and the rotated image.
Sample Run:
Reviews
There are no reviews yet.