A calculator is a device that performs arithmetic operations on numbers.
The simplest calculators can do only additions, subtraction, multiplication, and division.
More sophisticated calculators can handle exponential operations roots, logarithms, trigonometric function, and hyperbolic function.
int...
A calculator is a device that performs arithmetic operations on numbers.
The simplest calculators can do only additions, subtraction, multiplication, and division.
More sophisticated calculators can handle exponential operations roots, logarithms, trigonometric function, and hyperbolic function.
internally some calculators actually perform all of these functions by repeated processes of addition.
Size: 62.14 KB
Language: en
Added: Jul 29, 2020
Slides: 1 pages
Slide Content
Flow Chart Start Stop Menu +: Addition -: Subtraction *: Multiplication /: Division E: Exit Input Choice If o/p=āEā Switch (o/p) C= a+b Print Sum C=a-b C=a*b C=a/b Print Diff Print Multi Print Div Input a,b Yes No