Java type mismatch?

clipboard.png
where is the double? How to correct this mistake?

May.09,2022

The

hint is not intuitive enough. In fact, it says that Math.pow should return a int , but it actually returns double .

change max to double, or force it before assignment.

Menu