code
Consider this code snippet that uses a “while” loop. The intent of the program is to ask the user to enter 10 numbers and only 10 numbers. What is wrong with the code and how would you fix it? How would you test your fix to verify that you fixed the problem(s)? public […]