Computer Science, asked by satyam9980, 8 months ago

Which of the following will compile correctly? *

System.out.println( Math.max (x));

System.out.println ( Math.random (10,3)

System.out.println ( Math.min ("20")

System.out.println ( Math.sqrt(10);​

Answers

Answered by anshikashukla1620
4

Answer:

first one

all others have syntax errors

Answered by archie041106
2

Answer:

System.out.println(Math.random(10,3));

Similar questions