Question: The following pseudocode works, but it performs a case-sensitive validation of the users input. How could the algorithm be improved so the user does not
The following pseudocode works, but it performs a case-sensitive validation of the user’s input. How could the algorithm be improved so the user does not have to pay attention to capitalization when entering a name?

// This program asks the user to enter a string // and validates the input. Declare String choice // Get the user's response. Display "Cast your vote for Chess Team Captain." Display "Would you like to nominate Lisa or Tim?" Input choice // Validate the input.
Step by Step Solution
3.57 Rating (154 Votes )
There are 3 Steps involved in it
The following pseudocode could be improved to perform caseinsensitive validation of the users input ... View full answer
Get step-by-step solutions from verified subject matter experts
