Temple University

PRINT “What is your name”; INPUT fullName$ Output: What is your name? Prompting with INPUT. If the program tells users exactly how to type the input, they will be more likely to match . INPUT ‘s expected variables in type and number. You do not have to pair a PRINT statement with every INPUT. You can print the prompt directly in the INPUT ... ................
................