QUESTION 1: Correct Of the following variable names, which is the best one for keeping track of whether a patient has a fever or not? A) temperature B) everTest C) hasFever D) fever QUESTION 2: Correct Of the following variable names, which is the best one for keeping track of whether an integer might be prime or not? A) divisible B) isPrime C) mightBePrime D) number

Java

LANGUAGE: JAVA CHALLENGE: QUESTION 1: Correct Of the following variable names, which is the best one for keeping track of whether a patient has a fever or not? A) temperature B) everTest C) hasFever D) fever QUESTION 2: Correct Of the following variable names, which is the best one for keeping track of whether an integer…

Read More