create a percent passing application that prompts the user for a set of 6 scores and then calculates the percentage of scores above 70%. the user should have the option to enter any scores as needed. your program should check for input validation, integer error and divide by zero exceptions -- see the example on page 256 of your textbook! use concepts we covered in class. do not use arrays! this is how your program should work.