write a program in Java to find the minimum of two number A B and C taken as input from the user
Answers
Answered by
1
Answer:
#include{stdio.h)}
void main()
{
printf(hello world)
closer()
}
gletch()
Answered by
0
Answer:
import java.util
public class Min
{
public static void main(String[]args)
{
Scanner sc=new Scanner(System.in)
int A= sc.nextInt();
int B=sc.nextInt();
int C=sc.nextInt();
int min=Math.min(A,B,C);
System.out.printlin(min);
}
}
Explanation:
hope it helps you mate
mark me as brainliest
follow mw
Similar questions
Chemistry,
5 months ago
English,
10 months ago
Psychology,
1 year ago
Chemistry,
1 year ago
Math,
1 year ago