Hi guys, Please am new to c++ and am trying to write a program that prompts the user a value(char), and it will be inside a while loop. If the user enters an integers it will continue the loop, but if the user enters a char it will break out of the loop.