Thread
:
Paste what's on your CLIPBOARD on this thread
View Single Post
10-01-2004, 08:19 PM
Linguist
Confirmed User
Join Date: Apr 2004
Location: Toronto, ON
Posts: 1,706
System.out.print("Alexa: " + args[0]+ " => ");
float arg = Float.parseFloat(args[0]);
int num = (int)((1/(arg/4000000))*15);
System.out.print(num+"\n");
Linguist
View Public Profile
Find More Posts by Linguist