Question: Which of the following If clauses determines whether the user pressed the % key? a. If ControlChars.PercentSign = True Then b. If e.KeyChar = %
Which of the following If clauses determines whether the user pressed the % key?
a. If ControlChars.PercentSign = True Then
b. If e.KeyChar = "%" Then
c. If e.KeyChar = Chars.PercentSign Then
d. If e.KeyChar.ControlChars = "%" Then
Step by Step Solution
3.45 Rating (174 Votes )
There are 3 Steps involved in it
b If... View full answer
Get step-by-step solutions from verified subject matter experts
