AmaterasuOkami Blue
Posts : 13 ADA Points : 80 Join date : 2013-05-19 Age : 26 Location : Somewhere near Mars
| Subject: Coding Help Mon May 20, 2013 5:33 am | |
| I need a bit of help if you guys understand this >.>
BTW im using: Just BASIC v1.01
print "Hello my name is Daniel" Print "Enter you name" ; Input Name$ Print "Hello ";Name$; "Lets play the game High/Low"
[begin]
Number=INT(RND(0)*10)+1
Print "Alright ";name$;" choose a number 1 and 10"
[loop]
Print "What is your choice" Input a
If a >Number then print "Too High" goto [loop] End if
If a <Number then print "All right! You got it!" End if
Print "" Print "Do you want to play again - (y=yes)"; Input answer$ Cls Goto [begin] End
Print "Thanks for play - Good bye"
| |
|
AmaterasuOkami Blue
Posts : 13 ADA Points : 80 Join date : 2013-05-19 Age : 26 Location : Somewhere near Mars
| Subject: Re: Coding Help Mon May 20, 2013 10:16 am | |
| - Code:
-
Oh so this is the coding mode. I gottcha | |
|
AmmonJerro69 Blue
Posts : 26 ADA Points : 10 Join date : 2013-05-19 Age : 31 Location : Australia
| Subject: Re: Coding Help Mon May 20, 2013 4:13 pm | |
| | |
|
Starlightprincess
Posts : 3 ADA Points : 0 Join date : 2013-05-19 Age : 26
| Subject: Re: Coding Help Mon May 20, 2013 8:34 pm | |
| - AmmonJerro69 wrote:
- what is that??? haha
Ahhh dont worry much about him, nobody usually understands him when he is doing that kind of stuff. He says its confusing which i agree, since i dont know what the heck it says or does. | |
|
Shroudx VIP
Posts : 105 ADA Points : 66 Join date : 2013-05-13
| Subject: Re: Coding Help Tue May 21, 2013 6:03 am | |
| | |
|