Contact: aviboots(AT)netvision.net.il
41,692 questions
54,362 answers
573 users
public class MyClass { public static void main(String args[]) { System.out.println(Math.pow(2, 4)); System.out.println((int)Math.pow(2, 4)); } } /* run: 16.0 16 */