Question: All actions should take place in main (function and/or class) using the functions available in Image and Application classes. Printing should also happen in main
All actions should take place in main (function and/or class) using the functions available in Image and Application classes. Printing should also happen in main - that is, do not have System.out.print... anywhere outside main. USE JAVA
A. Image modification. Create two images, each with at least three applications . Print all the initial data . Modify the data allocated to each of the applications in each of the two images . Print the new data and fix any problems you may encounter during modification.
B. Image modification. Create two images, each with at least three applications. After those are created, print out all their information to make sure the creation process works well. Fix any problems you may encounter.
C. Application deletion. Create two images, each with at least three applications. Print all the initial data . Delete two of the applications in one image and one application in the other. Print the new data and fix any problems you may encounter during deletion .
Thank You
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
