user's input. How could the algorithm be improved so the user does not have to pay End While attention to capitalization when entering a name? 77 This program asks the user to enter a string // and...


user's input. How could the algorithm be improved so the user does not have to pay<br>End While<br>attention to capitalization when entering a name?<br>77 This program asks the user to enter a string<br>// and validates the input.<br>Declare String choice<br>// Get the user's response.<br>Display

Extracted text: user's input. How could the algorithm be improved so the user does not have to pay End While attention to capitalization when entering a name? 77 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 %3D // Validate the input. While choice != "Lisa" AND choice != "Tim" Display "Please 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

Jun 03, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here