Computer Science, asked by Christo20045, 11 months ago

What will be the output for the following program segment ?
int a+=0,b=30,c=40;
a= - - b+ c++b;
System.out.println(“a = ” +a);

It is from JAVA program pls tell me the right answer fast ? N

Answers

Answered by AssassinShanu
2

Answer:

98

Explanation:

i am a jva student who loves java.....u can rely upon this answer it is correct as it is --b it will be 29 +40+29=98

Similar questions