Question: Write a program that determines how many credits 10 students need to graduate. Step 1. Create an algorithm (either flowchart or pseudocode) that you will
Write a program that determines how many credits 10 students need to graduate.
Step 1. Create an algorithm (either flowchart or pseudocode) that you will use to write the program. Place the algorithm in a Word document.
Step 2. Code the program in Eclipse and ensure the following steps are accomplished.
1. Define a two-dimension array with 10 rows and 2 columns.
2. Prompt the user to enter the number of courses they have left to graduate (value must be between 1 and 20) and the year they want to graduate (note they must be on the same line, example "Enter classes and graduation year for student _: " )
3. The program must store the number of courses and graduation year for each student in a different row of the array.
4. The program must compute the number of credits, and display this output, along with the year the student plans to graduate. Each course is worth 3 credits.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
