Computer Science, asked by ahaana16, 7 months ago

Find the output of the following Java Program-
public class Test1{
public static void main(String args[]) {
int a=4;
int b=8;
if((b-a--)>=a)
if((b+a)%2==1)
System.out.println(a*b);
else
System.out.println(b+a);
}
}

Answers

Answered by amityadav7246
0

Answer:

24 is answer

Explanation:

you can search on java

Similar questions