Computer Science, asked by jhajalpana, 10 months ago

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 usinghu1961
1

Answer:

#include{stdio.h)}

void main()

{

printf(hello world)

closer()

}

gletch()

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