Create a program that performs basic arithmetic operations (addition, subtraction, multiplication, and division) on two numbers provided by the user.

Instructions:

  1. Prompt the user to input two numbers.

  2. Perform the following operations on the two numbers:

    • Addition - Subtraction

    • Multiplication - Division

  3. Print the results of each operation with descriptive messages.

  4. Add comments in the code to explain each step.