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
4
Answer:
first one
all others have syntax errors
Answered by
2
Answer:
System.out.println(Math.random(10,3));
Similar questions
Physics,
3 months ago
English,
3 months ago
Math,
3 months ago
Computer Science,
8 months ago
Math,
1 year ago