2.12 LAB: Name format Many documents use a tpecific format for a personis name. Write a progam whose ircut is: firstName
Posted: Thu Jul 14, 2022 2:27 pm
2.12 LAB: Name format Many documents use a tpecific format for a personis name. Write a progam whose ircut is: firstName middleName lastName and whose output is: lastName, firstinitial micddleinitial 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: