Note that the Unicode for character A is 65 . The expression 'A' + 1 evaluates to ________.

a. 66
b. B
c. A1
d. Illegal expression

a When a character adds with a number, the character is converted into a int. The correct answer is A.

Computer Science & Information Technology

You might also like to view...

A data bar is a bar whose width represents a cell's value compared to the other cells' values

Indicate whether the statement is true or false

Computer Science & Information Technology

Visual Basic provides the ____ method for accessing any number of characters contained in a string.

A. Portion B. PartialString C. Substring D. PieceString

Computer Science & Information Technology