Using Netbeans Create Java Program Called Averagejava Program Use Scanner Class Get 4 Inte Q43894606
Using NetBeans, create a Java program called Average.java. Theprogram should use the Scanner class to get 4 integers from theuser and store them in variables. The program should calculate theaverage of the 6 numbers as a floating point. Output all of theoriginal input and the calculated average in the Command window.The code is expected to be commented and user-friendly.
Expert Answer
Answer to Using NetBeans, create a Java program called Average.java. The program should use the Scanner class to get 4 integers fr…
OR