Advertisement
silvana1303

add and substract js

Apr 9th, 2021
464
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function  solve(num1, num2, num3){
  2.    
  3.     console.log((num1 + num2) - num3)
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement