Computer Science, asked by Richa142, 3 months ago

Write a program to accept three numbers and find minimum and

maximum using Math.max() and Math.min()​

Answers

Answered by Oreki
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