...

/

Quiz on Operators

Quiz on Operators

Take a quiz on operators.

We'll cover the following...
1

What’s the output of the following code?

a = "A"
A = "A"
puts a == A
A)

true

B)

false

Question 1 of 40 attempted
Loginto save progress

Operators Are Methods

Exercise 1: Check Leap Year

Loginto save progress