The program is to prompt the user for the picture to be used and the number of rows and columns that the picture will be broken into. The program is to save these new pictures to the same directory that contained the original picture. These new images should contain the same base name as the original image with the addition of a numeric value at the end to uniquely identify each images.
For example if the original picture as beach.jpg and this picture was divided into 2 rows and 3 columns, the resulting 6 new images should have the names of
For this project, I received help from the following member of CS 101.This statement should list each helping student's name in a comment in the "header comment" of your Java file that includes the main() method.
$> turnin -c cs101 -p proj2 proj2directory
To verify what you submitted using the turnin command type:
$> turnin -c cs101 -p proj2 -v