Computer Science, asked by debanjan896c856, 9 months ago

What will the following function returns, when executed: Math.min(-17, -18) and Math.max(-18,-17) *​

Answers

Answered by utkarsh9264
3

Answer:

1. -18

2.-17

Explanation:

the data type must be double type when returning as mathematical functions give double data return type

Similar questions