Menu

66 Wk3 Lab Name Format Many Documents Use Specific Format Person S Name Write Program Whos Q43837135

6.6 Wk3 LAB: Name format Many documents use a specific format for a persons name. Write a program whose input is: firstName  In python

6.6 Wk3 LAB: 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 outout is: lastName, first initial Ex: If the input is: Julia Clark the outout is: Clark, J. LAB 6.6.1: Wk3 LAB: Name format 0/10 main.py Load default template… Show transcribed image text 6.6 Wk3 LAB: 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 outout is: lastName, first initial Ex: If the input is: Julia Clark the outout is: Clark, J. LAB 6.6.1: Wk3 LAB: Name format 0/10 main.py Load default template…

Expert Answer


Answer to 6.6 Wk3 LAB: Name format Many documents use a specific format for a person’s name. Write a program whose input is: first…

OR