The other instructor loves the Visual Flowchart you produced. But he The other instructor loves the Visual Flowchart yo

Buy here: http:// student. land / products. php? product = The-other-instr uctor-loves-the-Visual-Flowchart-you-produced.-But-hewould-really-like-it-to-be-able-to-handle-multiple-student s-instead-of-just-one-at-a-time
Buy here: http:// student. land / products. php? product = The-other-instr uctor-loves-the-Visual-Flowchart-you-produced.-But-hewould-really-like-it-to-be-able-to-handle-multiple-student s-instead-of-just-one-at-a-time
Using Visual Logic Version 2.2.10.267
The other instructor loves the Visual Flowchart you produced. But he would really like it to be able to handle multiple students instead of just one at a time. He has asked you to expand the program so that multiple students and their test scores and results can be stored.
Starting with a valid flowchart from Week Three( you may start with the Week Three example posted), arrays will need to be added. Arrays must be used so the flowchart logic can keep track of mulltiple students, each with up to five test scores and a final. So, create and use arrays for the student ' s names, tests scores and final test scores. The arrays must be able to store at least ten students and their various scores. Individual test scores or the average scores can be stored in the array. If the first option is selected, the test scores array will need to be five times the size of the student name array.
The following logic midifications will need to be added:
1. Create an outer loop based on the name input. The loop control should be based on the size of the array( do not go past the end of the array).