Write a C++ program that reads one character from the user and then prints "The character you entered is a digit" if the character is one of the digits ''0'', ''1'', ''2'', . , ''9''; otherwise the program must print "The character you entered is not a digit."