Errors can be syntax errors or logic errors (the code works, but not as intended). (3 points)

Which of the following statements contains an error?
double heightCm = 2.54 / heightIn;
if(true)
double bMR = (10.0 * weightKg) + (6.25 * heightCm) - (5.0 * age) + s;
I only

II only

III only

I and II only

II and III only