Posts by Robert Vitoriano • 119 points
8 posts
-
-1
votes1
answer554
viewsQ: Error 5% URI C - 1047 - Minutes Play Time
I can’t seem to solve this problem of URI. In the tests I performed, my solution worked perfectly, but when I submit the URI evaluation, I get the message that there is 5% error in the program.…
-
7
votes1
answer1853
viewsQ: What does the number returned by System.currentTimeMillis represent?
I went to read the documentation, made available by IDE and came across this: It is said that the method System.currentTimeMillis returns: the Difference, measured in milliseconds, between the…
-
2
votes1
answer140
viewsQ: Array problem in C, where is the error?
I have the following problem to solve: I arrived at this solution: #include <stdio.h> int main() { double numeros[99]; double resultante[49]; int i, j; for (i = 0; i <= 99; i++) {…
-
-2
votes1
answer35
viewsQ: Image is not changing when I click (javascript)
I’m doing an old game and added an eventListenner to each space, so that as soon as I clicked, the image would change. But it’s not working and I can’t understand why. Follow js, HTML, CSS and…
-
2
votes1
answer311
viewsQ: Fraction sum problem in C#
Make a script to calculate and display the sum of the first "N" values of the sequence below. The value "N" will be typed (TextBox), should be positive, greater than zero, but less than fifty. If…
-
0
votes0
answers36
viewsQ: Simple program to calculate school averages in C with vector
Hello, I am trying to run a small program that I would like you to read a certain average, store 4 student X grades, calculate the average of those grades and compare with the minimum average grade…
-
0
votes2
answers175
viewsQ: I wonder why this Javascript code is not working (simple program)
var verificador = document.window.getElementById('input#verificador'); var nacionalidade =…
-
-3
votes1
answer80
viewsQ: I’m not getting to call class in css in the conventional way
I’m starting to use vs code now, but when I try to reference a class created in html code, by css, I need to do without a point, I can’t understand what kind of error this might be. follows the 3…