Quiz on Variables
Take a quiz on Ruby variables
We'll cover the following...
1
Consider the following code:
x = 12 - 2 + 4
puts x
What’s the expected output?
A)
12
B)
10
C)
14
D)
4
Question 1 of 30 attempted
to save progress
Things on the Right Go First
Working with Numbers
to save progress