Computer Science, asked by ITzCrazyBoy95, 1 month ago

what is mean function of java​

Answers

Answered by jasminesamson1
1

Answer:

main(): It is a default signature which is predefined in the JVM. It is called by JVM to execute a program line by line and end the execution after completion of this method. We can also overload the main() method. String args[]: The main() method also accepts some data from the user.

Explanation:

Java Guava | mean() method of IntMath Class

The mean(int x, int y) method of Guava's IntMath class accepts two parameters x and y and calculates arithmetic mean of them rounded towards negative infinity. This method is overflow resilient.

Hope this helps you

Answered by pragyakhardiya2117
1

Answer:

It is a default signature which is predefined in the JVM. It is called by JVM to execute a program line by line and end the execution after completion of this method. We can also overload the main() method. String args[]: The main() method also accepts some data from the user.

Similar questions