Solved

Char ACharacter = 2;

Question 42

Essay

char aCharacter = 2;
int aNumber = '2';
In the above statements, what values will be output after a println() statement is executed? Why are the output results different for the two statements?

Correct Answer:

verifed

Verified

aCharacter will output a blank.
aNumbe...

View Answer

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions