Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a program that: Declares a variable suitable for holding a persons name Prompts the user to enter a persons name with the text Enter
Write a program that:
Declares a variable suitable for holding a persons name
Prompts the user to enter a persons name with the text Enter name:
Reads the user's input and stores it in the variable created in step 1
Outputs the following information about the name they entered a. The number of characters in the name b. The first name c. The last name Your output should look like the examples below. **Note: Your code should account for the fact that the user might enter a middle name or initial.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started