Computer Science, asked by pujamahi2326, 2 months ago

3. int a=1,b=1,m=10,n=5;
if(((a==1)&&(b==0))
{
System.out.
println((m+n));
System.out.
println((m-n));
}
if(((a==1)&&(b==1))
{
System.out.
println((m*n));
System.out.
println((m%n));
}
}


predict the output of the given snippet when executed


plz help​

Answers

Answered by hdewangan1278
1

QUESTION INCORRECT PLEASE CORRECT✅ IT

Similar questions