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