This program takes the user's current balance and withdrawal amount as input,
then checks whether the withdrawal transaction can be processed or not.
It also handles invalid amounts and insufficient balance cases.
- Takes balance and withdrawal amount as input
- Validates withdrawal amount
- Displays appropriate messages for each condition
- Shows remaining balance after successful withdrawal
- Input/Output operations
- Conditional statements (
if,else if,else)