Computer Science, asked by merrymochi888, 7 days ago

Write a program to print the smallest of three inputted number by using Math.min( ) function.​

Answers

Answered by koustavdas26
0

Answer:=rand()

Explanation:

Answered by rasmirekhasenapati05
0

Explanation:

public class MaxMin

{

public static void main (String [] args)

{

Scanner.sc=new Scanner (System.in);

int a,b,c;

System.out.println("Enter first side:");

a=in.nextInt();

System.out.println("Enter second side:");

b=in.nextInt();

System.out.println("Enter third side:");

c=in.nextInt();

int MAX=Math.max a,(Math.max(b,c));

int MIN=Math.min a,(Math.min(b,c));

System.out.println("Greatest number:"+MAX);

System.out.println("Smallest number:"+MIN);

}

}

❆Sample input❆

87, 65, 34

❆Sample output❆

Greatest number:87

Smallest number:34

❆Detales about program❆

As told Math.min() and Math.max() function is used✓

program is written using scanner class

As told program is written using java language✓

❆ Additional information ❆

1)What is max function?

This function is used to find greatest number between two numbers.

2)What is min function?

This function is used to find smallest number between two numbers.

\ < /strong > < strong > s < /strong > < strong > m < /strong > < strong > a < /strong > < strong > l < /strong > < strong > l < /strong > < strong > {\ < /strong > < strong > g < /strong > < strong > r < /strong > < strong > e < /strong > < strong > e < /strong > < strong > n < /strong > < strong > {\sf \underline{ < /strong > < strong > With\ < /strong > < strong > : < /strong > < strong > < /strong > < strong > regards < /strong > < strong > ! < /strong > < strong > }}} </strong><strong>s</strong><strong>m</strong><strong>a</strong><strong>l</strong><strong>l</strong><strong> </strong><strong>g</strong><strong>r</strong><strong>e</strong><strong>e</strong><strong>n</strong><strong>

</strong><strong>With </strong><strong>:</strong><strong></strong><strong>regards</strong><strong>!</strong><strong>

\small{\ < /strong > < strong > p < /strong > < strong > i < /strong > < strong > n < /strong > < strong > k < /strong > < strong > {\sf \underline{ < /strong > < strong > ★ < /strong > < strong > D < /strong > < strong > u < /strong > < strong > l < /strong > < strong > l < /strong > < strong > < /strong > < strong > Star★ < /strong > < strong > }}} </strong><strong>p</strong><strong>i</strong><strong>n</strong><strong>k</strong><strong>

</strong><strong>★</strong><strong>D</strong><strong>u</strong><strong>l</strong><strong>l</strong><strong></strong><strong>Star★</strong><strong>

hope it helps

 \huge \mathcal \blue{ \: thank \: u}

Similar questions