WAP to perform.addition and subtraction of two values using constructor in python
Answers
Answered by
5
Answer:
Program to perform addition, subtraction, multiplication and division on two input numbers in Python
In this program, user is asked to input two numbers and the operator (+ for addition, – for subtraction, * for multiplication and / for division). Based on the input, program computes the result and displays it as output.
Similar questions