It uses Arrays and for loops and obviously the if statements for the determination of the grades. The program works and all but i have it set up where i have to type in the students name and scores all seperate. Now im trying to figure out how to input the data text file in this same flowchart so i wont have to type in the names and scores manually. so when i put in the textfile it would display their name and scores by itself and give me results right away like it does when you type all of the info by hand.
I know i have to choose file in an input statement and select the file name that i want to use. But for some reason i been trying to do that to no acvail. if anyone knows how to do this please help me out here im totally lost.
PS the text file is set up properly. Thanks.