List of questions
Related questions
Question 377 - FC0-U61 discussion
Given the following pseudocode:
arduino
Copy code
WHILE X < 12
print 'Counting'
X += 1
If X=7, which of the following is the number of times the message will be displayed?
A.
Five
B.
Seven
C.
Eleven
D.
Twelve
Your answer:
0 comments
Sorted by
Leave a comment first