Write Program Prompt User 3 Integers B C Program Print Separate Lines Number Unique Values Q43870860
IN Java algs11 package (eclipse)
A) 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) 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 powo Run this twice with the inputs shown: (copy both output sets to source file) 1: 464 2: 689 Show transcribed image text A) 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) 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 powo Run this twice with the inputs shown: (copy both output sets to source file) 1: 464 2: 689
Expert Answer
Answer to A) Write a program to prompt the user for 3 integers: A, B, & C. The program should print, on separate lines: The number…
OR