ChatKing
Post Demos
Posts: 23
|
|
« on: November 21, 2011, 02:36:37 pm » |
|
simply code for that program is following:-
DIM name1 AS STRING DIM num1 AS INTEGER DIM num2 AS INTEGER
INPUT "What is your name"; name1 INPUT "What is the current year"; num1 INPUT "What year were you born"; num2
PRINT name1 PRINT num1 PRINT num2 PRINT num1 - num2 'but this dose not work
SLEEP
|
|
|
|
|
|