C. three
Explanation: x starts at 0. The loop runs while x < 6. x is incremented by 1 on each loop. If x is even (x % 2 == 0), it hits continue, which skips the print('*')
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.
Donny_575
1 week, 5 days ago