Question: solve the problem, design and develop a program using array. Array Instructions: For submission, the students should write: The flowchart the source code (Java program)
solve the problem, design and develop a program using array.
Array
| Instructions: |
For submission, the students should write: The flowchart the source code (Java program)
|
Array
Based on question 3 Lab 7, modify the program by using 2-D/1-D array to summarize the data as shown in table below. Then calculate the number of students for each grade with its percentage.
Sample output:
| Matric\Mark | Quiz | Assign | dhexTerm | FExam | TotalMark | Grade |
| 123452 | 15 | 12 | 23 | 32 | 82 | A |
| 112233 | 12 | 12 | 21 | 34 | 69 | B |
| 113333 | 10 | 10 | 15 | 30 | 65 | B |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Grade A 20 students, 60.6%
Grade B 10 students, 30.3%
Grade C 3 students, 9.09%
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
