
C++ Programs to Accompany Programming Logic and Design 8th Edition by Jo Ann Smith
Edition 8ISBN: 978-1285867410
C++ Programs to Accompany Programming Logic and Design 8th Edition by Jo Ann Smith
Edition 8ISBN: 978-1285867410 Exercise 20
Validating User Input
In this exercise, you use what you have learned about validating user input to answer Questions.
You plan to use the following statement in a C++ program to validate user input:
while(inputString == "")
What would your user enter to cause this test to be true?
In this exercise, you use what you have learned about validating user input to answer Questions.
You plan to use the following statement in a C++ program to validate user input:
while(inputString == "")
What would your user enter to cause this test to be true?
Explanation
while(inputString == "")
User input:
Th...
C++ Programs to Accompany Programming Logic and Design 8th Edition by Jo Ann Smith
Why don’t you like this exercise?
Other Minimum 8 character and maximum 255 character
Character 255