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
0
Answer:
x=6.0
y=15.0
Explanation:
its is the right answer
Similar questions