Question: Requirements - Create a program that accepts the users first name (lower case) and 3 integers as inputs from the user and outputs the users

Requirements - Create a program that accepts the users first name (lower case) and 3 integers as inputs from the user and outputs the users name (upper case) and the sum. - Output - The users name must appear in UPPERCASE but may not be input in this format (i.e. you must convert it to uppercase) Note that you have not been taught how to do this in class; however, part of coding is Googling effectively, so I expect you to google how to do this. Example Output Below is an example output from running the program. No blank line between each line of the output. Please enter your first name in lower case: joey Enter the first number: 45 Enter the second number: 65 Enter the third number: 11 Thank you JOEY The sum is: 121
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
