Introduction - If you have any usage issues, please Google them yourself
Write a program to accept the value of two double types that the user enters. A value represents the amount the user wants to store in a bank account. The other value is the amount that the user wants to extract from the bank account. Create a custom exception to ensure that the amount extracted is always less than or equal to the current balance. When an exception is caused, a program should display an error message. Otherwise, the program should show the balance of the account after deducting the amount from the user's deposit.