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
0
Answer:
math.max is the predefined meyhod
Similar questions
Hindi,
1 month ago
Accountancy,
1 month ago
Social Sciences,
3 months ago
Math,
10 months ago
Math,
10 months ago