[solved] – Question 99409
Write a program that reads a person’s first and last names, separated by a space. Then the program outputs last name, comma, first name. End with newline.
Example output if the input is: Maya Jones
Jones, Maya
Expert Answer
OR