akosiraff

Download: Three integers java

Jan 21st, 2013
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. Download: http://solutionzip.com/downloads/three-integers-java/
  2. Write a Java application that inputs three integers from the user and displays the sum, average, product, smallest and largest of the numbers. Use a Scanner object to get the input from the user. Use System.out to output the results. The average should be a floating point result, and should be displayed with 2 digits after the decimal point.
  3. Download: http://solutionzip.com/downloads/three-integers-java/
Add Comment
Please, Sign In to add comment