Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

use python only Write a program which prompts the user to enter their name. You can assume that the user will always enter their name

image text in transcribeduse python only

Write a program which prompts the user to enter their name. You can assume that the user will always enter their name in the following format - first name middle name surname - where there is a single space character between the first name and the middle name and a single space character between the middle name and surname. The program will print the user's name in the ACM author name format. The ACM author name format consists of the surname, followed by the first letter of the first name followed by the first letter of the middle name. The first letter of the first name and the first letter of the middle name are followed by a dot. There is a single space character between each component of the ACM author name format. Some examples of the completed program being used are shown below. Notes: - The output must be in the format shown in the example below, including the format of the prompt, and all spaces and punctuation. For example

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

Visual Basic Net Database Programming

Authors: Rod Stephens

1st Edition

0789726815, 978-0789726810

More Books

Students also viewed these Databases questions

Question

1. Are my sources credible?

Answered: 1 week ago

Question

3. Are my sources accurate?

Answered: 1 week ago

Question

1. Is it a topic you are interested in and know something about?

Answered: 1 week ago