Función flecha
const mult = (a,b) => {c = a*b; return c}
Multiplicar