Language Basics Ruby

# result = condition ? true_value : false_value
toppings = 4
price = toppings > 3 ? 5.99 : 4.99