Posts by Vinicius Giacomelli • 25 points
3 posts
-
1
votes2
answers233
viewsQ: Variable is not being found
Why the following program does not work? package javaapplication1; import java.util.Scanner; public class Exemplo008 { public static void main(String[] args){ Scanner teclado = new…
-
0
votes2
answers43
viewsQ: Correlation in Javascript lists
I would like to associate the Scores[] list with the costs[] list to get the highest value from the first and the lowest value from the second. However the function getMostEffective() returns the…
javascriptasked Vinicius Giacomelli 25 -
0
votes1
answer75
viewsQ: Why do I get the statement: "Indice.push is not s Function"?
I created a simple javascript code that adds the index of the highest values to a list, however I don’t understand why I can’t use the function. push() in this code: Notice the line 12 1 var…
javascriptasked Vinicius Giacomelli 25