Computer Science, asked by IrabanBhattacharya14, 3 months ago

In “mx= Math.max(a,b)”, max is a:​

Answers

Answered by s13327atannu12381
1

You can use Math.max() to compare multiple values, like this:

Width = Math.max(a.width, b.width, c.width, d.width);

That should help simplify things.

Explanation:

Hope it helps

mark me brilliant

Similar questions