Given an int variable named yes Count and another int variable named no Count and a char variable named response, write the necessary code to read a value from the text box text Box into response and then carry out the following: if the character typed in is a y or a Y then increment yes Count and print out “YES WAS RECORDED”. if the character typed in is an n or an N then increment no Count and print out “NO WAS RECORDED”. If the input is invalid just print the message “INVALID” and do nothing else.
LANGUAGE: Visual Basic
CHALLENGE: Given an int variable named yes Count and another int variable named no Count and a char variable named response, write the necessary code to read a value from the text box text Box into response and then carry out the following: if the character typed in is a y or a Y then increment yes Count and print out “YES WAS RECORDED”. if the character typed in is an n or an N then increment no Count and print out “NO WAS RECORDED”. If the input is invalid just print the message “INVALID” and do nothing else.
SOLUTION:
The Bad News: The content you are trying to access is only available to members.
The Good News: You too can be a member, simply Click Here.
Already a member? Log In Here
Posted in Learn To Code, Visual Basic