Posts by user162817 • 71 points
4 posts
-
2
votes2
answers138
viewsQ: Largest and smallest value of each row of the two-dimensional array
I’m trying to get the lowest and highest value of each line in a two-dimensional array with java, but I’m getting the incorrect values. Follows the code: int[][] arrayValues = { { 21, 33, 70, 16,…
-
1
votes2
answers66
viewsQ: Type number again if repeated
It is necessary to make a program in which the user type 5 numbers. If one of these numbers is repeated, he must ask the user to type another number again, but any number I type appears which is…
pascalasked user162817 71 -
-2
votes1
answer68
viewsQ: Profile page - PHP/Mysql
Hello ! I’m trying to create a page for each user who registers on the site, but I’m not getting it, basically the profile works as follows: each profile is linked by userid, which can be accessed…
-
2
votes2
answers179
viewsQ: Validating form in Javascript
I need help validating a form using pure Javascript only. I cannot make a message error if, for example, the user enters numbers in the username field. The same should happen if the user for example…
javascriptasked user162817 71