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.
You can refer to the Java Programming Tutorial on while loops for assistance.