Question: Input section: This program will ask for user input for a name ( string ) and a Fahrenheit number ( float ) for Celsius conversion.

Input section:
This program will ask for user input for a name (string)
and a Fahrenheit number (float) for Celsius conversion.
Process section:
Name processing:
You must create and assign variables for the name holding
upper, lower and title cases.
You must create and assign a variable for the length of
the name variable.
Use indexing to create the following slices of name:
1. First character
2. Last character
3. Second to last character of the string
You must create a message variable and assign it with text
created with an f string function.
You must create and assign a message variable and assign
it with text created using concatenation.
Both messages should display the word Hello then the
name in proper case followed by your name is followed by
length variable and finally characters long!
The output should look like:
Hello Dale, your name is 4 characters long!

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!