Question: 1) What is the decimal value in the variable once this line of code completes? int x = '7' - '0' + 2; 2) What

1) What is the decimal value in the variable once this line of code completes? int x = '7' - '0' + 2; 2) What is the character (not hex or decimal code... eg, 'a' is a character) in the variable once this line of code completes? char letter = 'W' 'A' + 'a
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
