Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
GPA GRADING
PROGRAM FIND_GPA IMPLICIT NONE REAL::MARKS=87 IF(MARKS>=80)THEN PRINT*,'A+' ELSE IF(MARKS>=70.AND.MARKS<80)THEN PRINT*,'A' ELSE IF(MARKS>=60.AND.MARKS<70)THEN PRINT*,'B' ELSE IF(MARKS>=50.AND.MARKS<60)THEN PRINT*,'C' ELSE IF(MARKS>=40.AND.MARKS<50)THEN PRINT*,'D' ELSE PRINT*,'F' END IF END PROGRAM FIND_GPA
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
SIUM(3.5)
Fibonacci 500
DO END DO
Summation of 1 to 100 square integer namber
C
Exercise 02
Ch2 ex1 p15
underoverflow
Rabeya
4
stackse - search stackoverflow differently
Please log in to post a comment.