2.
Predict the output of this code
int Z=345;
int a=z/10;
int b=a/10;
int c=b/10;
System.out.println(""+a+b+c);
3430
343
345
O None of these
Answers
Answered by
0
Answer:
3430
Explanation:
int z=z/10 a+b++intc/10
Answered by
0
Answer:
thank you please follow me
Similar questions