Page 1 of 1

Many documents use a specific format for a person's name. Write a program whose input is: firstName middleName lastName

Posted: Mon May 02, 2022 12:18 pm
by answerhappygod
Many Documents Use A Specific Format For A Person S Name Write A Program Whose Input Is Firstname Middlename Lastname 1
Many Documents Use A Specific Format For A Person S Name Write A Program Whose Input Is Firstname Middlename Lastname 1 (36.8 KiB) Viewed 63 times
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 middlelnitial. Ex: If the input is: Pat Silly Doe the output is: DoƩ, P.S. If the input has the form: firstName lastName the output is lastName, first initial Ex: If the input is Julia Clark the output is Clark, J.