Introduction - If you have any usage issues, please Google them yourself
Write a custom exception class that contains a product () method (for multiplying two numbers), if product () method of the product of the two parameters is less than 0, then throw a custom exception class object, output an error message and the product value. Also required product () method throws keyword to declare the method to use to throw custom exception