Finish the method definition below.
users
is an array of hashes. Each hash has the keys "name" and "creditCard", a boolean indicating whether the user has a credit card.
Given users
, the method should return true
if all users have a credit card, and false
otherwise.