[4131] in java-interest
Java and math cannot get them to work
daemon@ATHENA.MIT.EDU (Jonathan_Mark_Smith@CCMAIL.PRUSEC.)
Mon Dec 11 22:28:38 1995
From: Jonathan_Mark_Smith@CCMAIL.PRUSEC.COM
Date: Mon, 11 Dec 95 16:03:29 EST
To: java-interest@java.sun.com
Can soneone please tell me Y the following source code does not work:
class TestArgs {
public static void main(String args[]){
System.out.print(Timeit(Integer.parseInt(args[0]),Integer.parseInt(arg
s[1])));
}
Interger class Timesit(Interger i, Interger b){
return i*b;
}
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com