- If Your Process Is Different Then The Test Case Will Fail Make Sure To Follow The Same Input Order Test Cases Are Wort 1 (81.1 KiB) Viewed 22 times
If your process is different, then the test case will fail, make sure to follow the same input order Test cases are wort
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
If your process is different, then the test case will fail, make sure to follow the same input order Test cases are wort
If your process is different, then the test case will fail, make sure to follow the same input order Test cases are worth 90% of the points and 10% of the points will be given for design: Algorithm, clean code, efficiency, and good style. Extra Credit: Need to be a separate program and submitted in a different assignment on zyBooks • Make the search partial search, so if part of the name is given locate all names that contain the substring. (10 points) • Update and save the input file before stopping the program. Prompt user for a new file name. (10 Pts.) • Edit student data, make sure to follow instructions provided below(20 points) To EDIT a student information, the process must be in the following order: • Prompt user for the last name to edit information o if the student is on the list then show the Menu to select what needs to be changed, then print the current scores and allow the user select which score needs to be changed. • If the name is not on the list print an error message continue with the rest of the program. Refer to the menu format and a sample display below: Good data: Enter last name: Jordan To change quiz score enter 1: To change a test score enter 2: To exit enter 3: if 2 is entered print the list of scores and their indexes to the monitor Then allow user to choose the test score to modify: Test # Score 0 100.00 1 80.00 2 70.00 3 50.00 4 100.00 5 90.00 Enter test number to change : 3 Enter new score: 100 Bad data: Enter last name: Smith Error: Smith is not on the list.