[Tut] TI-BASIC Hello World
Posted: Wed Jan 18, 2006 4:54 pm
Okay as far as i know you TI-BASIC can be done on these calulators TI-83 and TI-84 models i dont no about any other models but i no that the 83 and 84 can i am using a TI-84 Plus Silver Edition. Well for of you that have one of these calculators and did not know it had a programing feature in it well it does if your TI has the "PRGM" button on it it has TI-BASIC now onto the tutorial.
Okay click the PRGM button navigate to the new tab and hit create new name this Hello World.
Now you want to add the code in so hit the PRGM button again you can find all the code in there that is being used well here is the code (to type letters you hit Alpha and look for the letters on the buttons of you can hit second alpha and it keeps it on letter select)
Fairly Simple
Okay click the PRGM button navigate to the new tab and hit create new name this Hello World.
Now you want to add the code in so hit the PRGM button again you can find all the code in there that is being used well here is the code (to type letters you hit Alpha and look for the letters on the buttons of you can hit second alpha and it keeps it on letter select)
Code: Select all
ClrHome
Output(4,3,"HELLO WORLD")
Stop