Computer Science, asked by connectsusa, 5 months ago

double a=5.7;

int x=(int) a;

int y=++x + x++ *3;

x=?

y=?​

Answers

Answered by himanshusaini9829423
0

Answer:

x=2.3 y=3.4 int has 2345

Similar questions