Posts by Jeh • 17 points
4 posts
-
0
votes1
answer260
viewsQ: Function with pEqual error
Hello, I am in the following statement trying to complete: "Oh, but it doesn’t end here" - said Ana "I want to know how many months there was profit, IE, the balance was greater than zero" .…
-
0
votes4
answers353
viewsQ: Doubt with error - comparisons against strings
Hello, Good Afternoon! I am on a platform of studies in which exercises and tests are performed, the statement is: Write the function can SeAposentar which receives by parameter the age, sex and…
javascriptasked Jeh 17 -
-5
votes1
answer859
viewsQ: Help with error - comparisons against strings
Hello, Good night! I am on a platform of studies in which exercises and tests are performed, the statement is: Sets the function today Magazine, which receives by parameter a string that informs the…
-
1
votes2
answers980
viewsQ: Function that converts dollars to real, Mexican pesos and Chilean pesos
Write a function with the name coinConverter that converts the value of dollars to real, Mexican pesos and Chilean pesos. Use the following exchange rates: reais = dólares * 3.25 // pesosMexicanos =…