
LANGUAGE: C++
CHALLENGE:
Of the following variable names, which is the best one for keeping track of whether a patient has a fever or not?
SOLUTION:
hasFeverCHALLENGE:
Of the following variable names, which is the best one for keeping track of whether an integer might be prime or not?
SOLUTION:
mightBePrime