Explanatory Question
What are the values stored in variables r1 and r2:
- double r1 = Math.abs(Math.min(-2.83, -5.83));
- double r2 = Math.sqrt(Math.floor(16.3));
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.