A user has entered an integer, double, and now the program won’t let the user enter a string…why?
I have declared 3 variables in the program, an integer, a double, and a string… I have to add the declared numeric variables with the user input, and also concatenate the declared string with the string entered by the user. Now when the program runs, it doesn’t let the user input a string, it just runs and lets the user enter an int and double only then displays the declared string. How can I fix that?