List the decision making statement in QBASIC.
please help me.
please give me short answer
2362swetagupta:
please fast
Answers
Answered by
0
Answer:
10cls
20rem
30print "are you above 18 if you're then type y if not then n"
40input A$
50if A$=y then goto 70 else goto 60
60print "you are younger than me"
70 goto 90
80print "you are elder than me"
90end
Explanation:
after so much I have written a qbasic program if it works marke me as brainlist.
Similar questions