Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 530 Bytes

File metadata and controls

7 lines (7 loc) · 530 Bytes

Basic-Calculator-Android-App

The Android application shows the working of a basic calculator with numeric keypad. The app evaluates the arithmetic expression and calculates the result of the expression. The app works for basic arithmetic operations like addition, subtraction, multiplication, division, etc. For evaluation of expression BODMAS rule should be followed. Also if more than one operator is pressed in continuation it should take the last operator. The Calculator app should not take two decimals in one numeral.