Write a program that performs the following: 1) request a sentence (at least two words with no punctuation marks) input by the user 2) display the first word 3) display the first letter of the first word 4) display the last word 5) display the last letter of the last word "nnut toxt can ha anu contant Just mako sure to precicaly match the outnut format bolow

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter6: Modularity Using Functions
Section6.4: A Case Study: Rectangular To Polar Coordinate Conversion
Problem 7E: (Simulation) Write a program to simulate the roll of two dice. If the total of the two dice is 7 or...
Question

Python Programming

**Task Description:**

Write a program that performs the following:

1. Request a sentence (at least two words with no punctuation marks) input by the user.
2. Display the first word.
3. Display the first letter of the first word.
4. Display the last word.
5. Display the last letter of the last word.

*Note:* Input text can be any content. Just make sure to precisely match the output format below.

Write your entire program in the ANSWER area provided below (must include comments if using code not covered in the course).

**Example Output:**

```
Enter a sentence (at least two words with no punctuation marks):
Hello Python World

First word: Hello
First letter of the first word: H
Last word: World
Last letter of the last word: d
```
Transcribed Image Text:**Task Description:** Write a program that performs the following: 1. Request a sentence (at least two words with no punctuation marks) input by the user. 2. Display the first word. 3. Display the first letter of the first word. 4. Display the last word. 5. Display the last letter of the last word. *Note:* Input text can be any content. Just make sure to precisely match the output format below. Write your entire program in the ANSWER area provided below (must include comments if using code not covered in the course). **Example Output:** ``` Enter a sentence (at least two words with no punctuation marks): Hello Python World First word: Hello First letter of the first word: H Last word: World Last letter of the last word: d ```
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Introduction to computer system
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT