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