|
Raze on 12/11/15 - 10:43:27
My code goes like:
INPUT "What is your name"; A$ PRINT "Hello "; A$ PRINT "Hello "; A$ PRINT "Hello "; A$ PRINT "Hello "; A$ PRINT "Hello "; A$ INPUT "Had Enough"; B$ IF B$ = "yes" THEN PRINT "One more thing. Hey "; A$ IF B$ = "no" THEN PRINT "Hello "; A$; "Hello "; A$; "Hello "; A$; "Hello "; A$ INPUT "Had enough now"; C$ IF C$ = "yes" THEN PRINT "One more thing. Hey "; A$ IF C$ = "no" THEN PRINT "Hello "; A$; "Hello "; A$; "Hello "; A$; "Hello "; A$ INPUT "Now"; D$ IF D$ = "yes" THEN PRINT "One more thing. Hey "; A$ IF D$ = "no" THEN PRINT "Its enough for me. See ya! Oh and sorry for the glitches " But for the print hello, in no(B$, C$ and D$) it prints it together. Any help or suggestions
Mike on 12/11/15 - 17:48:36
Reply to this message
So, can you please give me detailed information on how your application runs including timing/user input and a graphical view of the application when it is run how it is supposed to work.
|
|