Posts by Daniel Elias • 47 points
5 posts
-
0
votes2
answers769
viewsQ: Set default input value without appearing to the user
I wonder if it is possible for me to define a default value that would be number 0 without this 0 being shown to the user, this value is necessary because I am taking these numbers typed and…
-
2
votes1
answer32
viewsQ: Take array address with ID and use in an IF
Basic doubt need to take the address of the array that contains an id and use in an if, OTHER: is it possible to make an id array? what I want to do is to click on the image to show the description…
javascriptasked Daniel Elias 47 -
0
votes2
answers1000
viewsQ: Fill in a matrix and add up your numbers
I need to make a program (MATRIX) that performs the sum of all elements of a 10x10 matrix, containing integers. But I’m not able to add or put values in all elements of the matrix. As I do not use…
-
0
votes2
answers297
viewsQ: Can you use if for the addresses of an array?
What I want to do with the PHP is that each address of an array is compared if it is >= 100 for example do not know if it works if ([0].. [4] >= 100) there is a way to compare all address…
phpasked Daniel Elias 47 -
-2
votes2
answers72
viewsQ: Javascript help
<!DOCTYPE html> <html> <head> <title>Exercicio 3</title> <meta charset="utf-8"> </head> <body> <center><h1>Números dos Meses</h1>…