Question: Instructions You are going to create a simple program to input three integers and the users first name (in lower case) and print their name

 Instructions You are going to create a simple program to input

Instructions You are going to create a simple program to input three integers and the users first name (in lower case) and print their name in upper case and the sum of the three numbers. 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!