Question: Java: Can I get an example code for this pseudo code? I have something that works, but I'm hoping an example will help me see
Java: Can I get an example code for this pseudo code? I have something that works, but I'm hoping an example will help me see some places to clean up my code.

. Get information from console to instantiate your student 2. Create an array and call the getsections from your singleton to load it . DataStore dataStore DataStore.getlnstance(); .Section[] courseMenu dataStore.getSections); 3. Use a loop to show your menu: while truef for loop to display menu (this is courseMenu array or whatever you named it) ask user for input of which to enroll in if choose quit, brealk iary student addCourse (courseMenu[choice); catch Duplicate sys out Duplicate Exception getMessage() catch TooMany sys out TooMany Exception getMessage() 4. After your loop is over, print the student schedule a. Sys out student toString() . Get information from console to instantiate your student 2. Create an array and call the getsections from your singleton to load it . DataStore dataStore DataStore.getlnstance(); .Section[] courseMenu dataStore.getSections); 3. Use a loop to show your menu: while truef for loop to display menu (this is courseMenu array or whatever you named it) ask user for input of which to enroll in if choose quit, brealk iary student addCourse (courseMenu[choice); catch Duplicate sys out Duplicate Exception getMessage() catch TooMany sys out TooMany Exception getMessage() 4. After your loop is over, print the student schedule a. Sys out student toString()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
