Posts by Paulo.Fritsch • 50 points
2 posts
-
0
votes1
answer159
viewsA: while for loop with scanf
Declaring variable wrong way. Initially you are making the mistake of trying to read characters with an integer value variable. int a=0, b=0, c=0, d=0, x, and; When in fact you should be declaring.…
canswered Paulo.Fritsch 50 -
3
votes7
answers3901
viewsA: What does incrementing mean?
Increase In a situation where you are learning to use the loop of repetition for, increment a number will be related to how many times you will operate a sum +1 in that variable. Exemplifying with a…
terminologyanswered Paulo.Fritsch 50