Posts Tagged ‘41121’
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…
Read More