Question: (format_output.cpp) Write a C++ program that prompts the user to enter three names. The program generates an ID for each user with three random uppercase

(format_output.cpp) Write a C++ program that prompts the user to enter three names. The program generates an ID for each user with three random uppercase characters and 3 random digits in the form of CCC-DDD (C for character, and D for digit). (Hint: The digits must be declared as characters.] The program displays the information in the following format: Name Marie Curie MCF-198 Thomas Edison THM-397 Albert Einstein EZA-599 ID
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
