Question: (1) Prompt the user to input an integer between 32 and 126, a float, a character, and a string, storing each into separate variables. Then,
(1) Prompt the user to input an integer between 32 and 126, a float, a character, and a string, storing each into separate variables. Then, output those four values on a single line separated by a space.
Enter integer (32 - 126): 99 Enter float: 3.77 Enter character: z Enter string: Howdy 99 3.77 z Howdy
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
