Computer Science, asked by jaganncmadhu666, 19 days ago

What are the final values stored in variables a and b. double x = -7.25; double y = 16.83; double a = math .abs (Math .ceil(x) ); double b = math .rint (Math. max (x, y));.​

Answers

Answered by anikethjt
1

Y=15

it is double of it

Similar questions