|
|
back to boardWhere is problem Posted by Tahmaz 10 Jan 2009 18:30 class Sum2{ public static void main(String[] arg){ Integer a =Integer.parseInt(arg[0]); Integer b =Integer.parseInt(arg[1]); System.out.println(a+b); } } What the crash Read "Frequently Asked Questions" Re: Read "Frequently Asked Questions" Posted by Tahmaz 10 Jan 2009 18:37 Can you write me currect answer??? for java |
|
|