Features of this program:
- Takes two numbers as input (converted to float for decimal support)
- Takes an operation symbol (+, -, *, /)
- Performs the requested calculation
- Handles division by zero error
- Provides clear output showing the operation and result
- Gives appropriate error messages for invalid operations