double a=5.7;
int x=(int) a;
int y=++x + x++ *3;
x=?
y=?
Answers
Answered by
0
Answer:
x=2.3 y=3.4 int has 2345
Similar questions