Computer Science, asked by ffawazahmad666, 4 months ago

what is the output of the following :
int a = 0, b = 20;
a = --b;
System.out.println("a:"+a+"b:"+b);​

Answers

Answered by vinithavt366
1

Answer:

sorry I don't know the answer for this question

Similar questions