An open API service indexing awesome lists of open source software.

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

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).