Computer Science, asked by agentarnav14, 21 hours ago

state the output of the following :
int a = 2, b =3;
if(n>0)
{
a ++;
b ++;

}
What will be the value of a and b, if the value of n is 1(one).​

Answers

Answered by simonsaikia9
0

Answer:

if value of n is 1,

a= 3, b= 4

Similar questions