Question: Perl is the programming language Write a program that performs simple addition, subtraction, multiplication, and division. It should first ask the user to choose which

Perl is the programming language

Write a program that performs simple addition, subtraction, multiplication, and division. It should first ask the user to choose which operation they wish to perform, then prompts the user for two numbers. The program should pass the two numbers to one of the following functions, depending on which operation the user selects: addition(), subtraction(), multiplication(), division(). Make sure not to allow zero as the second input when performing division.

Example: Choose an Operation:

1. Addition

2. Subtraction

3. Multiplication

4. Division

Your choice? 3

Enter the first number? 4

Enter the second number? 5

4 multiplied by 5 is 20

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!