#Write a program that reads a number of courses student #takes during #Academic year and the final grade for each course, #and finds the average final grade for the academic year. n = int(input("enter number of courses ")) if(n>0): i=0 sum=0 while(i