...
/Quiz: Interacting with the Command-Line Interface
Quiz: Interacting with the Command-Line Interface
Strengthen your code evaluation skills by taking this short quiz.
We'll cover the following...
1
What is the output of the following code?
11.times do |x|
if x < 5
print x
else
break
end
end
A)
12345678910
B)
0123456789
C)
12345
D)
01234
Question 1 of 50 attempted
Access this course and 1400+ top-rated courses and projects.