Writing a single nested IF statement function to calculate the grades of the students the following rules:
If the student grade is His/her letter grade is
Greater or equal to 90: A
Greater or equal to 80 and less then 90: B
Greater or equal to 70 and less then 80: C
Greater or equal to 60 and less then 70: D
Any other grade: F
thanks![]()
Bookmarks