Task1
Make a Calculator! using prompt(), and variables, make a program that does the following:
- Prompts the user for first number.
- Stores that first number
- Prompts the user for the second number
- Asks which operation does it want to perform (+,-,/,*,++,--,%)
- Stores that result and responds with the calculated value by using an alert.