Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 471 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 471 Bytes

Calculator

  • Create a web calculator app with basic functionalities like Summation, Subtraction, Multiplication, Division and Percentage.
  • Make sure you are defining the limits of your calculator. What is the maximum value this calculator can display on the screen? Higher the number better it is.
  • BONUS Feature: Add the capability in the calculator to see the last 10 calculations.
  • Design should be like the one shared in calculator.jpg, do not deviate from it.