Computer Science, asked by amaze04, 6 months ago

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

Answer:

3430

Explanation:

int z=z/10 a+b++intc/10

Answered by traj7651
0

Answer:

thank you please follow me

Similar questions