I need to write a program that asks for 3 grades with input validation with each score being between 0 and 100. It should avg the grades and display the appropriate letter grade, A,B,C,D,F. Also asks the user to process another set of grades. I am new to this and have started out my program with 4 different jumps to validadte but that dosent work very well. Can anyone give me some insight.