Computer Science, asked by Mahalakshmi12345, 21 days ago

Write the predefined method used in the below program:
public class Demo
{
public static void main(String[] args)
{
// using the max() method of Math class
System.out.print("The maximum number is: " + Math.max(9,7));
}
}
I beg u pls answer

Answers

Answered by sheshakrushnaas
0

Answer:

math.max is the predefined meyhod

Similar questions