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
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.
Arrays will need to be added to the Visual Logic flowchart. 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:
● 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).
● A decision statement just after the name entry will check to see if the flowchart should continue. A blank name(""- two sets of double quotes) will cause the input logic to end( name entry sentinel value).
● The test score entry logic does not change, except for the use of arrays for the test scores or average.