Write a program to accept three numbers and find minimum and
maximum using Math.max() and Math.min()
Answers
Answered by
5
Algorithm
- Accepting the numbers using the Scanner class.
- Using the specified methods to find the maximum and minimum numbers.
- Displaying the results.
Attachments:
Similar questions