Feeds
已回答
how to code not responding as a correct answer?
If your application is in a figure, you can set a function that is called when a key is pressed. Then, since one of your respons...
how to code not responding as a correct answer?
If your application is in a figure, you can set a function that is called when a key is pressed. Then, since one of your respons...
9 years 前 | 0
已回答
How can I display the sum of all the numbers that passed my "if" statement test?
Declare a variable 'sum = 0' before the loop, and during the loop, inside the 'if' section, you can add 'i' to 'sum' with 'sum =...
How can I display the sum of all the numbers that passed my "if" statement test?
Declare a variable 'sum = 0' before the loop, and during the loop, inside the 'if' section, you can add 'i' to 'sum' with 'sum =...
9 years 前 | 2
