Computer Science, asked by jharnaoraon983, 5 months ago

double a=4.5,b=5.6;
System.out.println(Math.min(Math.floor(b),a);

Answers

Answered by atrs7391
0

Answer:

Output will be: 4.5

Similar questions