จงเขียนโปรแกรมแสดงผลการเรียน

start

set score=0,grade=0

input score

If  score<=49  then

       grade=0

Else if  score<=59  then

       grade=1

Else if  score<=69  then

      grade=2

Else if  score<=79  then

      grade=3

Else if  score<=100  then

      grade=4

Endif

print grade

Stop

   
© ALLROUNDER