Computer Science, asked by alfishahussain9, 2 months ago

what are the final value stored in variable xand y .double a =6.35;double b = 14.53 ;double x = math abs ( math floor ( b) ) ; double x =:math .rint( math .mint ( a,b ))​

Answers

Answered by suryanshisingh19
0

Answer:

x=6.0

y=15.0

Explanation:

its is the right answer

Similar questions