Basically `a?.b` is returning `Int?`, so you need ...
# announcements
e
Basically
a?.b
is returning
Int?
, so you need
?.
to invoke functions on it