Menu

Need May Use Arrays Built Sorting Routines Java Collections Classes Program Working Run Us Q43894323

I need help with JAVA please.

You do not need, and may not use, arrays, built-in sorting routines or any other Java Collections classes. Once you have a pr

You do not need, and may not use, arrays, built-in sorting routines or any other Java Collections classes. Once you have a program working, run it using the data indicated below, then copy/paste the console output into the top of your java source file in a comment block, right below your name. Upload the java file to the submission folder. All output should be ‘labeled’. (e.g. “the number of unique value is: “) Write a program to prompt the user for 3 integers: A, B, & C. The program should print, on separate lines: The number of unique values entered (1, 2 or 3) A) Run this twice with the inputs shown: (copy both output sets to source file) 1: 464 2: 6 8 9 The difference between the maximum and minimum The quantity: avgMin, (avg is the average of the A, B,C, Min is the minimum of A,B,C) Hint pow() Show transcribed image text You do not need, and may not use, arrays, built-in sorting routines or any other Java Collections classes. Once you have a program working, run it using the data indicated below, then copy/paste the console output into the top of your java source file in a comment block, right below your name. Upload the java file to the submission folder. All output should be ‘labeled’. (e.g. “the number of unique value is: “) Write a program to prompt the user for 3 integers: A, B, & C. The program should print, on separate lines: The number of unique values entered (1, 2 or 3) A) Run this twice with the inputs shown: (copy both output sets to source file) 1: 464 2: 6 8 9 The difference between the maximum and minimum The quantity: avgMin, (avg is the average of the A, B,C, Min is the minimum of A,B,C) Hint pow()

Expert Answer


Answer to You do not need, and may not use, arrays, built-in sorting routines or any other Java Collections classes. Once you have…

OR