The following pseudocode works, but it performs a case-sensitive validation of the users input. How could the

Question:

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 theWhile choice != "Lisa" AND choice != "Tim" Display "Please enter Lisa or Tim. " Display "Cast your vote for

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: