https://github.com/natichan/funciones_matematicas
Ejercicio funciones matematicas
https://github.com/natichan/funciones_matematicas
Last synced: 2 months ago
JSON representation
Ejercicio funciones matematicas
- Host: GitHub
- URL: https://github.com/natichan/funciones_matematicas
- Owner: natichan
- Created: 2018-06-11T22:24:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-11T22:31:01.000Z (almost 7 years ago)
- Last Synced: 2025-01-28T10:36:37.474Z (4 months ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Crea dos funciones, add y multiply. Cada una debe tomar dos argumentos. La función add debe sumar sus argumentos y devolver el resultado. La funcion multiply debe multiplicar sus argumentos. Usando solamente estas dos funciones, resuelva este simple problema matemático: 36325 * (9824 + 777).