write a program that prompts the user to enter a list of names. each person's name is separated from the next by a semi-colon and a space ('; ') and the names are entered lastname, firstname (i. e. separated by ', '). your program should then print out the names, one per line, with the first initial of the first name, followed by ".", and followed by the last name.
+4
Answers (1)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “write a program that prompts the user to enter a list of names. each person's name is separated from the next by a semi-colon and a space ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Home » Computers & Technology » write a program that prompts the user to enter a list of names. each person's name is separated from the next by a semi-colon and a space ('; ') and the names are entered lastname, firstname (i. e. separated by ', ').