Homework

Tabatha Murphy
0201.gif

budget

showing how to create a program that will add up your budget using numeric variables
input "rent"; budget1
input "gas"; budget2
input "electric"; budget3
print "total";budget1+budget2+budget3

conversation

showing how to use a string of variables
input "how old are you?";
input "gas"; budget2
input "electric"; budget3
print "total";budget1+budget2+budget3

Third Part Title

Text here.
print name$

Homework | budget | conversation | Third Part Title