CYB/130 Week 5 Python LAB 6.6: Name format

$ 8

CYB/130 Week 5 Python LAB 6.6: Name format
Many documents use a specific format for a person’s name. Write a program whose input is:
firstName middleName lastName
and whose output is:
lastName, firstInitial.middleInitial.

Ex: If the input is:
Pat Silly Doe
the output is:
Doe, P.S.

If the input has the form:
firstName lastName
the output is:
lastName, firstInitial.

Ex: If the input is:
Julia Clark
the output is:
Clark, J.

904 in stock

SKU: CYB130WK5LAB6P6 Categories: ,

Description

CYB/130 Week 5 Python LAB 6.6: Name format
Many documents use a specific format for a person’s name. Write a program whose input is:
firstName middleName lastName
and whose output is:
lastName, firstInitial.middleInitial.

Ex: If the input is:
Pat Silly Doe
the output is:
Doe, P.S.

If the input has the form:
firstName lastName
the output is:
lastName, firstInitial.

Ex: If the input is:
Julia Clark
the output is:
Clark, J.

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.