- Joined
- Mar 15, 2006
- Messages
- 7,945
I'm 15 as of today, and to celebrate my aging, I wrote a program in the crappy Turing language I've been learning in my Computer Sciences class. It's like a dumbed-down version of any good language.
var age,date:int
if date= 1124 then
age:= age+1
put "Birthday! Your age is now ", age
else
put date
end if
var age,date:int
if date= 1124 then
age:= age+1
put "Birthday! Your age is now ", age
else
put date
end if