The for loop iterates through 0 - 4
The if condition adds 1 to the total for every odd number (1, 3) => total = 2
The else block executes when the for loop is finished iterating, subtracting 1 from total
total = 1
A. The code outputs 1.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
4ba36e7
1 month, 3 weeks ago