subject

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. while choice ! = "lisa" and choice ! = "tim" display " enter lisa or tim." display "cast your vote for chess team captain." display "would you like to nominate lisa or tim? " input response end while

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 06:30
Martha is designing a single-player game. her manager suggests that she plan the design to incorporate future modifications. which principle of game design relates to planning for future modifications?
Answers: 1
question
Computers and Technology, 23.06.2019 15:30
Hey so i was just trying out some game hacks so i took a paste from online and built it in my visual studio and then suddenly my computer was working or clicking on stuff on its own am i hacked?
Answers: 1
question
Computers and Technology, 24.06.2019 12:00
How can we take picture in this app
Answers: 1
question
Computers and Technology, 24.06.2019 16:00
This isn't about school but every time it tells me to watch an ad to unlock the answer to a question it prompts a survey and it just keeps loading. so i haven't been able to get answers for my tests in like a week.
Answers: 2
You know the right answer?
The following pseudocode works, but it performs a case-sensitive validation of the user's input. how...
Questions