Question
All actions should take place in main (function and/or class) using the functions available in Website and User classes. Printing should also happen in main
All actions should take place in main (function and/or class) using the functions available in Website and User classes. Printing should also happen in main - that is, do not have System.out.print... anywhere outside main.
A. Website modification. Create two websites, each with at least three users (10% each website). 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 (20% each website). 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 (10% each website). Print all the initial data (10%). Delete two of the users in one website and one user in the other (10% each website). Print the new data and fix any problems you may encounter during deletion
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started