...
/Coding Challenge: Minimalistic Calculator
Coding Challenge: Minimalistic Calculator
Learn how to create a minimalistic calculator that can perform basic arithmetic operations.
We'll cover the following...
Problem Statement
Write a program that takes in two numbers 6 and 3 and perform the following operations on them:
- Addition
- Subtraction
- Multiplication
- Division
Expected Output
It should display following result:
9
3
18
2
Access this course and 1400+ top-rated courses and projects.