Description During my time as an undergraduate student at UCF, I enrolled in 4-5 courses a semester. When I would enroll
Posted: Fri Jul 08, 2022 6:43 am
Example Welcome to class registration! Enter a course code: COP3223 You have registered in the following courses: 1. COP3223 Enter a course code: COP2500 You have registered in the following courses: 1. COP3223 2. COP2500 Enter a course code: COT3100 You have registered in the following courses: 1. COP3223 2. COP2500 3. COT3100 Enter a course code: MAC2312 You have registered in the following courses: 1. COP3223 2. COP2500 3. COT3100 4. MAC2312
Enter a course code: PHY2048 You have registered in the following courses: 1. COP3223 2. COP2500 3. COT3100 4. MAC2312 5. PHY2048 Enter a course code: CHM2048 You have registered in the following courses: 1. COP3223 2. COP2500 3. COT3100 4. MAC2312 5. PHY2048 6. CHM2048 You have registered for two many courses. Please pick one to delete. Enter a number between 1 and 6. 2
Enter a course code: ABC1234 You have registered in the following courses: 1. COP3223 2. CHM2048 3. COT3100 4. MAC2312 5. PHY2048 6. ABC1234 You have registered for two many courses. Please pick one to delete. Enter a number between 1 and 6. 6 Enter a course code: ABC2345 You have registered in the following courses: 1. COP3223 2. CHM2048 3. COT3100 4. MAC2312 5. PHY2048 6. ABC2345 You have registered for two many courses. Please pick one to delete. Enter a number between 1 and 6. 6 Enter a course code: EXIT Goodbye
Rubric 1 - Header with name, course, date, assignment 1 - Style/Output/Comments 1 - Creates a array to store courses in 1 - Creates a loop that ends when exit is inputted 2 - Insert a course to the array within the loop 5- Prints out the context of the array after each insert 1 - Checks if the array is too large and prompts for deletion 4 Deletes the chosen course out of the array - 2 - Keeps prompting until user choses a valid index range