Guess the output
public class Increment Decrement Quiz
{
public static void main(String[] args)
{
int a=11, b=22, C;
C = a + b + a-- + + + + + + + + +b:
;
System.out.println("a="+a);
System.out.println("b="+b);
System.out.println("c="+c);
}
}
O b
a=12,b=45,c=54
O c
a=13,b=24,c=103
O
a=11,b=24.c=101
a=13,b=24,c=102
Answers
Answered by
0
Answer:
hat kud ker la
Explanation:
Similar questions