Write a program in C++ coding that utilizes a DO-WHILE loop to
redisplay a menu to the user.
Ask the user to input their favorite SuperHero and display a
positive or funny comment about the chosen SuperHero. If RBG is
chosen, display "You can't spell TRUTH without RUTH."
Utilize a Do-While Loop to redisplay the menu to the user after
item 1, 2 or 3 is executed. If item 4 is chosen, end the
program.
If the user chooses 4,...