Computer Science, asked by Shambhavi012, 3 months ago

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 swamiraghuram
0

Answer:

25

26

26

24

is this JavaScript or Python

Similar questions