int a = 15, b = 10;
System.out.print(--a+++b);
System.out. print (++a+b);
System out. print (+a+b--);
dystem.out. print(--a+b);
I want the output ( it's prefix and postfix question
Answers
Answered by
0
Answer:
25
26
26
24
is this JavaScript or Python
Similar questions
Computer Science,
1 month ago
Physics,
1 month ago
Social Sciences,
1 month ago
Math,
3 months ago
Social Sciences,
3 months ago
Math,
10 months ago
English,
10 months ago