function suma(a, b){ total = a + b return(total) } resultado = suma(10, 20) addResult(resultado)