Challenge: Design a Calculator
Test your problem-solving skills in this difficult challenge.
Problem statement
The aim of this challenge is to design a calculator that takes operands in its input and performs one of the following operations on them:
- Addition
- Subtraction
- Multiplication
- Division
test
function
You have to write a function test
that ...
Get hands-on with 1400+ tech skills courses.