Quick Quiz on Operators
Take a quiz on operators.
Technical Quiz
1.
What’s the output of the following code?
a = "A"
A = "A"
puts a == A
A.
true
B.
false
1 / 4
Take a quiz on operators.
What’s the output of the following code?
a = "A"
A = "A"
puts a == A
true
false