Write a program to accept marks of a student out of 100 (take value from the user) , find and display Grades 'A' to 'F' as per the following grade table using if elif else.
Marks Range Grade
90 to 100 - A
75 to 90 - B
60 to 75 - C
45 to 60 - D
33 to 45 - E
0 to 33 - F
40
E