View Single Post
Old 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 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote