Question A
Discuss the differences between comparing whole-numbers and comparing floating-point values.
What is the pitfall of comparing floating-point values and explain how do programmers address this issue?
Question B
Discuss the different C++ loops, their characteristics, and what situations you feel each loop type would be better suited for.
Are there different situations that are better suited by a specific loop type?