Computer Science, asked by vikalpkanwat1234, 3 days ago

Write a QBasic Program to display the Name and Grade for a

single student on the basis of his marks entered according to the

below given conditions... (Use the If..then..elseif..end if statement)

a) M < 33 ----- “ Fail ”

b) M < 55 ----- “ D Grade ”

c) M < 75 ----- “ C Grade ”

d) M < 90 ----- “ B Grade ”

e) M > 90 ----- “ A Grade ”​

Answers

Answered by Anonymous
0

Answer:

Answer:Write a QBasic Program to display the Name and Grade for a single student on the basis of his marks entered according to the below

Similar questions