public class Program{ public static void main (String [] args) { int a = (int)3.14; System.out.println(a); }}