Average number.java
Average number.java
3 Print the average of three numbers entered by user by creating a class named 'Average' having a
method to calculate and print the average.
import java.util.Scanner;
class Average {
// Main method
scanner.close();