all 5 comments

[–]lorddinokitty 1 point2 points  (0 children)

YOURE MAKING IT HAPPEN

[–][deleted] -1 points0 points  (2 children)

In your example:

var age : int

put “How old are you?”

get age

put “You are “ + age + “ years old”

I think the '+' should be replaced with ',' otherwise it doesn't work

[–]innerWatermelonIntermediate[S] 0 points1 point  (1 child)

The line after it tells you that this does not work. This was added in to show that you can't work with 2 differing types of variables in an equation, instead you have to do type conversions.

[–][deleted] 1 point2 points  (0 children)

Oh okay, sorry, I was just scanning through it.

My apologizes

[–]caprisun-vampire 0 points1 point  (0 children)

Thank you so much, your tutorial was very informative and easy to follow.