Output based on Math functions
ICSE2017
Problem Statement - Output based on Math functions
What are the values stored in variables r1 and r2:
(i) double r1 = Math.abs(Math.min(-2.83, -5.83));
(ii) double r2 = Math.sqrt(Math.floor(16.3));
Solution
CSKC| Created: 15-Apr-2019 | Updated: 27-Nov-2019|ICSE2017