Computer Science, asked by abishek5612, 2 months ago

int s=20,t=15;

s+=15;

t--;

System .out.println(s);

System .out.println(t);​

Answers

Answered by purveshKolhe
0

Answer:

the output will be

19

18

17

16

14

Similar questions