top of page
Search
Writer's pictureCWS Computer working system

QB64 5 (VOTE)

Updated: Dec 3, 2021


This the blank screen when you open the QB64


This the commands you should put in QB64 space. The commands are:


PRINT "enter your name"
gohere:
INPUT n$
PRINT n$; " enter your age"
INPUT age
IF age >= 18 THEN
    PRINT n$; " you are allowed to vote"
ELSE
    PRINT n$; " you are not allowed to vote"
END IF
INPUT "Do you want to check again (Y/N) ", Y$
IF Y$ = "Y" THEN
    GOTO gohere
ELSE
    PRINT "BYE "; n$
END IF

Click on run to start the program.

The program is going on...


Then the program came. Then it will ask name and age.


Thanks for seeing the posts.

comment below you liked the program.

bye for now.

see you Tomorrow.

10 views0 comments

Recent Posts

See All

Happy Easter Guys!!!

Happy Easter Guys!!! I hope you guys have a good time. There Is a New Video Coming Out Today Stay tuned!!!

UPDATE

Hi Guys I hope you guys doing well. It's been like almost 7 Months I posted my last post. Thank you guys for supporting me 🙏😀👍 S....

Comments


Post: Blog2_Post
bottom of page