Computer Science, asked by sutrishna71, 7 hours ago

Give output:
double x=10.2 , y= 5.5;

Double p = (Math.min(Math.floor(x),y));

double x=12.55;

Double p = (Math.rint(Math.abs(x)));

plz answer fastttt
it's urgent​

Answers

Answered by arpan121shakya
0

Answer:

Java has had several advanced usage application including working with complex calculations in physics, architecture/designing of structures, working with Maps and corresponding latitudes/longitudes, etc.

In this Java tutorial, you will learn:

Math.abs in Java

Math.round in Java

Math.ceil and Math.floor in Java

Math.min in Java

Explanation:

please mark me as brainlist

Similar questions