1
2
3
4
5
6
7
8
9
10
| class Minof2{
public static void main(String args[]){
//taking value as command line argument.
//Converting String format to Integer value
int i = Integer.parseInt(args[0]);
int j = Integer.parseInt(args[1]);
int result = (i<j)?i:j;
System.out.println(result+" is a minimum value");
}
} |
class Minof2{
public static void main(String args[]){
//taking value as command line argument.
//Converting String format to Integer value
int i = Integer.parseInt(args[0]);
int j = Integer.parseInt(args[1]);
int result = (i<j)?i:j;
System.out.println(result+" is a minimum value");
}
}
Somebody necessarily assist to make severely articles I might state. This is the first time I frequented your website page and so far? I amazed with the research you made to create this actual put up incredible. Excellent activity! off for place in history http://202.118.40.5/computer/computer2009/computerbbs/boke.asp?ilucky3si.showtopic.65302.html
hi