Input [prompt-string[,|;]] <variable1>[, variable2, …] Prompts the user to input data that will be placed into a list of variables. Prompt-string and the list of variables must be separated by either a comma or a semicolon. The semicolon will print a question mark at the end of the text. The prompt-string must be enclosed in double quotation marks. Example: Input "Give me a number "; n% |