Test Preparation on JAVA- Data Types, Variables and Arrays-2

1.

What will be the output of the following Java code?

 

 

$ javac average.java
$ java average
16.46666666666667
Next Question Show Answer