Computer Science, asked by zeeshanhaidar1165, 3 months ago

write a program to input

Attachments:

Answers

Answered by dahalmukti352
0

Answer:

programmmmmmmmm inputtttttttt issssssssthatttttttttt which issssssssss rudeeeees

Explanation:

follow

Answered by debarunbanerjee1205
0

Answer:

import java.util.*;

class numbers{

public static void main(String args[]){

Scanner sc=new Scanner(System.in);

int a=sc.nextInt();

int b=sc.nextInt();

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

System.out.println(c);

        }

}

Pls mark my answer as the brainliest if it helped

Similar questions