Computer Science, asked by 2362swetagupta, 3 months ago

List the decision making statement in QBASIC.
please help me.
please give me short answer​


2362swetagupta: please fast
shambhavisingh2312: are you in class 8
2362swetagupta: no
2362swetagupta: 7 class
shambhavisingh2312: oh
shambhavisingh2312: i am in 6
shambhavisingh2312: i dont know
shambhavisingh2312: sorry
shambhavisingh2312: i cannot help you
shambhavisingh2312: dude

Answers

Answered by gdimmortal
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