2. class Output2
static void main()
{
int a=12,b=13,C=6;
C+=a+b%2;
b-=a+2*C;
System.out.println();
System.out.println(b);
}
Answers
Answered by
2
Answer:
output of b is 39 after calculations
Similar questions
India Languages,
3 months ago
English,
3 months ago
Social Sciences,
3 months ago
Math,
6 months ago
Math,
6 months ago
Science,
10 months ago
Physics,
10 months ago