Posts by Luiz F • 1 point
2 posts
-
-1
votes1
answer125
viewsQ: How to compare 2 arrays and return the equal values within them?
(INNER JOIN) Make an algorithm named after two players and then ask for 5 numbers from 1 to 10 for each player. First for player A and then for player B. After the choice of each player the…
javascriptasked Luiz F 1 -
0
votes1
answer1019
viewsQ: Write a program to read 3 integer values (consider that no equal values will be read) and write them in ascending order. in JS
What I’ve already done... var n1, n2, n3, rs, maior, menor, meio; rs = require("readline-sync") n1 = rs.questionInt("Digite o primeiro valor ") n2 = rs.questionInt("Digite o segundo valor ") n3 =…
javascriptasked Luiz F 1