Computer Science, asked by priyanshumukherjee70, 2 months ago

int a=5;
a++;
System.out.println(a);
a-=(a--)-(--a);
System.out.println(a);

Answers

Answered by singhbineeta11
0

Answer:

a++=5-a this is the answer of your question I didn't need any explanation

Similar questions