iii)What will be the output from the program segment?
int a=1,b=7,c=10;
a =--b + c+++ b;
System.out.println(" a = "+ a);
Answers
Answered by
1
Answer:
I think this answer should be helpful
Attachments:
Similar questions