//package pt.v1.tea.testapp;
class MainProgram {
public static void main(String[] args) {
try {
a = (int)(new Double(32.4));
(int)(new Integer(20));
} catch(Exception e) {
System.out.println(e.getMessage());
}
}
}