murphytabatha
Oct 17, 2014
Homework
Tabatha Murphy
budget
showing how to create a program that will add up your budget using numeric variablesinput
input "gas"; budget2
input
conversation
showing how to use a string of variablesinput "how old are you?"; age$
input "where were you born?"; birth$
print birth$ + " is a beautiful place, I can't believe you are" + age$ +" you look so young"
together
showing an example of using both numeric variables and a string of variablesinput
input
input
Homework | budget | conversation |