|
|
вернуться в форумWhere is problem Послано Tahmaz 10 янв 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" Послано Tahmaz 10 янв 2009 18:37 Can you write me currect answer??? for java |
|
|