Examlex

Solved

What Will Be the Value Inside the Variables a and B

question 15

Multiple Choice

What will be the value inside the variables a and b after the given set of assignments?
Int a = 20;
Int b = 10;
A = (a +B) / 2; b = a;
A++;


Definitions:

Related Questions