int Product(int x, int y){ try{ num = x * y; }catch(std::overflow_error and e){} return num; }
//I am new to try catch and would like to