Computer Science, asked by anika5812, 2 months ago

(a) Write a program to assign grades (A, B or C) to the students based on the marks
scored by them. The overall marks are 300.
(b) If the total marks scored by the student is greater than or equal to 250, print the
following statement (Congratulations!!! You have scored A grade).
(c) If the total marks scored by the student is greater than or equal to 200 but less than
250, assign grade B, print the following statement (Well Done!!! You have scored B
grade).
(d) If the total marks scored by the student is less than 200, print the following
statement (Well Tried!!! You have scored C grade).​
•answer the question if u know because its too urgent

Answers

Answered by Rkrkds
0

Answer:

Initialize a variable to sum all the marks scored by the student, total to

Similar questions