Posts by Gabriel Dj1997 • 9 points
3 posts
-
0
votes1
answer28
viewsA: Insert a select in c#
Friend you will need to mount the Insert query and run it in the target database, just like you do select, but assemble the string and concatenate the value you acquired in select. For example you…
-
-1
votes1
answer174
viewsA: I need to count the prime numbers to a certain number n
manow I did not understand its logic to count the prime numbers which are divisible numbers only by themselves and 1. But to help you, you are all the time assigning value to the "naodiv" every time…
-
0
votes2
answers57
viewsA: If condition breaks before changing the value of the variable
I didn’t understand what you wanted exactly but I added this line of code that now compares the 2 "children" of the label, since before it compared only the first and not the second. See if that…