Computer Science, asked by pannalaldas001, 2 months ago

write a program to create three arrays roll[ ] (long integer), total[ ] (double type) and per[ ] (double type) to input and store roll nos., total marks and percentage of 40 students in a class. generate a merit list on the basis of percentage and print it along with roll[ ], total[ ] and per[ ].​

Answers

Answered by poojaharchand17
0

Explanation:

Percentage Marks Grade

From 80 to 100 A

From 60 to 79 B

From 40 to 59 C

Less than 40 D

Similar questions