Think about a program you use that needs a while loop statement.
Using your example, write a short paper on what your program does. Include the logical expression and what type of while loop (EOF, sentinel-controlled, counter-controlled, flag-controlled) you need.
Using the same logical expression as above, use a different while loop to evaluate the expression. Explain what while loop you used and how it changes your program.