Posts by pedrocxb • 39 points
5 posts
-
2
votes1
answer60
viewsQ: Infinite variable (javascript)
I’m programming in the: http://alpha.editor.p5js.org The exercise: whenever the user presses the 'A' key a random number is assigned between 1 and 6 as well as pressing the 'B' key. I need to…
javascriptasked pedrocxb 39 -
1
votes3
answers1263
viewsQ: How to make a field from a clickable table?
I’m doing a project where when I click on employees, it opens a page with a list of employees as you can see in the photo. I need the name of each employee to be clickable, so that later, I can open…
-
0
votes1
answer58
viewsQ: Colorize a column field according to parameters
I have a table with five columns and two records. One of the fields in the record is a number (notaQualif), I need the field in which it is inserted to be painted green if it is greater than 75 and…
-
0
votes1
answer57
viewsQ: How to show a block field a word according to certain parameters?
I need to display a name in a form field with buttons. If the user selects the number 1 in the previous field, in the next field in block mode (so that it is not modifiable by the user), he should…
-
0
votes1
answer611
viewsQ: How do I see the largest number of a given set of numbers as well as their average?
I need to create the code for a user to enter an undetermined number of numbers and then see the largest number and average it. Each entry is made by clicking on button "confirm" (done in the design…