Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
The integer variable y has value 4. What of the following statements could not have caused this?
int y = 14 / 3;
int y = (int)(14.7 / 3.0);
int y = 5 / 2 + 14 % 3;
int y = 14 % 3;
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!