Ask a user for their name, age, and shoe size (mine is 10.5). Save them the values as variables with the names: fullname
Posted: Thu Jul 14, 2022 2:12 pm
Ask a user for their name, age, and shoe size (mine is 10.5). Save them the values as variables with the names: fullname, age, and shoesize. Age will be expressed as a whole number. Please cast the input into the appropriate variable types if needed.