This the blank screen when you open the QB64
This the commands you should put in QB64 space. The commands are:
PRINT "NAME THE CITY IN WHICH TAJ MAHAL IS LOCATED"
PRINT "ANSWER IN CAPITAL LETTERS"
INPUT CITY$
IF CITY$ = "AGRA" THEN
PRINT "YOU GUESSED IT RIGHT!!!"
ELSE
PRINT "WRONG ANSWER"
END IF
PRINT "BYE BYE SIR/MADAM"
click on start to run the program
The program is going on
The program has come...
Then put Agra in that space and enter.
Thanks for seeing the posts. go to qb64 and put Chennai what comes? and put a comment
pls log in to put a comment
Good program.
But I can give in any case not necessarily in CAPITAL letters. Improve your program according to that and upload a new version.