Posts by punkoco • 23 points
4 posts
-
-2
votes4
answers940
viewsQ: Java: How do I store a vector in another vector and using Math library
my doubt is the following, I have to read 20 integer numbers in one vector and then I have to compute the square of that vector and store in another and then display the two. But when it comes to…
-
0
votes2
answers3405
viewsQ: Python, value percentage (result)
is the following I need to make the program show the percentage of votes, only if I start the variable with zero does not give, because the program says that division by zero does not give, but if I…
-
0
votes1
answer145
viewsQ: Sort as typed (python)
with a problem that would be the following, the problem asks to order the numbers in the order you typed them and then do in reverse order, someone can give me a light, the code is more or less…
-
0
votes1
answer1338
viewsQ: Mysql Database (Insert Into and correct order)
my doubt may seem silly, but it is something that I always get lost, how to know the correct order of Insert into (to insert data in the table) in the database ? I was told it’s for the foreign…