Contact: aviboots(AT)netvision.net.il
41,688 questions
54,358 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 */