try {
    throw 10;
}
catch(float f) {
    cout<<"Float";
    
}