UNPKG
@myzendapnew/just_calculator2
Version:
latest (1.0.0)
1.0.0
Simple calculator with sub and div functionality
@myzendapnew/just_calculator2
/
readme.md
8 lines
(5 loc)
•
180 B
Markdown
View Raw
1
2
3
4
5
6
7
8
MyZendap Calculator
with
sub
and
div functionality Pass two arguments
to
sub
and
to
div functions
to
get
the appropriate result Declarations
sub
(no1, no2); div(no1, no2);