Problem
a) Explain what is meant by the term "conditionally executed".
b) Briefly describe how the && operator and the || operator works.
c) Describe the difference between the "while" loop and the "do-while" loop.
d) Can you use the loop structure to find the sum from 1 to 100? If not, please explain why. If yes, show the code.