Podcast
Questions and Answers
What is the value of p after the third step?
What is the value of p after the third step?
- 6 (correct)
- 5
- 3
- 9
What is the condition in the fourth step?
What is the condition in the fourth step?
- if (p + q) > (r + p)
- if (p - q) < (r - p)
- if (p + q) < (r + p) (correct)
- if (p * q) < (r * p)
What is the value of r after the fifth step?
What is the value of r after the fifth step?
- 12
- 11 (correct)
- 14
- 10
What is the purpose of the seventh step?
What is the purpose of the seventh step?
What is the final value of q if the conditions in steps 4 and 6 are false?
What is the final value of q if the conditions in steps 4 and 6 are false?