Explore Westonci.ca, the leading Q&A site where experts provide accurate and helpful answers to all your questions. Experience the convenience of getting reliable answers to your questions from a vast network of knowledgeable experts. Join our platform to connect with experts ready to provide precise answers to your questions in different areas.

Many documents use a specific format for a person's name. Write a program that reads a person's name in the following format:

firstName middleName lastName (in one line)

and outputs the person's name in the following format:

lastName, firstInitial.middleInitial.

Ex: If the input is:


Many Documents Use A Specific Format For A Persons Name Write A Program That Reads A Persons Name In The Following Format FirstName MiddleName LastName In One L class=