I would love if someone had a few minutes to help me in my programming, I usually am alone doing this trying to learn and all, which entails a bunch of guess and checking with no real pin point of where I went wrong.
This is a script/program done on textpad, for getting an average for testgrades. You are prompted to enter a total number of grades, then enter each score. It will then calculate an average and match that average up with a letter grade to display. I have it compiling with no errors, but it will not display anything back. I was told I have to call a method after it calculates the average but I'm not quite sure what that is, I thought I did with the else/else if check method going on in there. I think I have something mislabeled in there or not supposed to be a double etc.
anyone that has a few minutes can you explain in the beginner terms how I went wrong or how I can fix it on my own. Thanks in advance. I really want to learn, just a lot of the guides I've looked up are talking about things in ways I guess I haven't learned throughly.