Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a function called about _ me that does not take in any parameters. The function should ask the user to input their first name,

Write a function called about_me that does not take in any parameters.
The function should ask the user to input their first name, last name and age as three
separate inputs. Finally, the function should print out the following message to the user:
Your name is _________. You are __ years old!
Example Input/Output:
Please input your first name:
John
Please input your last name:
Smith
Please input your age:
30
Your name is John Smith. You are 30 years old!

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Beginning ASP.NET 4.5 Databases

Authors: Sandeep Chanda, Damien Foggon

3rd Edition

1430243805, 978-1430243809

More Books

Students also viewed these Databases questions

Question

Compare and contrast elaborated and restricted codes

Answered: 1 week ago