Question: Write a program that asks for the user's first and last name. Your program should tell the user hello, the summation of the first ten

Write a program that asks for the user's first and last name. Your program should tell the user hello, the summation of the first ten
integers, and the summation of the reciprocal of the first ten integers. Your program should follow the coding guidelines as posted on
the Moodle Site and match our example output exactly when given the same input.
Sample Run Input is in BOLD
What is your first name?
Tom
What is your last name?
Jones
Hello Tom Jones!
The sum of the first ten integers is 55.
The sum of the reciprocal of the first ten integers is 2.9289682539682538.
Thank you.
Write a program that asks for the user's first

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 Programming Questions!