Computer Science, asked by Tanishq4470, 11 months ago

Describe min(list) method.

Answers

Answered by Loveprincess19
0

Answer:

hey mate here is the answer

Attachments:
Answered by lovingheart
0

The min (list ) method is used to find the minimum value from the list of elements given.

Explanation:

  • The min list is a function which helps the user to get the minimum value from the list of elements entered by the user.
  • The user initially enters the list of values to the computer and the java program designed by the user will call and execute the function by returning the least value from the list.

To know more:

1) Differentiate between MAX and MIN function ​

https://brainly.in/question/8929247

2) Write a python program to find minimum element from list of elements along with its index in the list.​

https://brainly.in/question/15274937

Similar questions