Question: Using LabView please! Design a VI that produces an array of clusters containing the course average, letter grade, and class rank for each students in
Using LabView please! Design a VI that produces an array of clusters containing the course average, letter grade, and class rank for each students in a class, given three arrays with the examination courses as input. There is one array of scores for each examination. The course average is determined as following: 30% from the first exam, 30% from the second exam, and 40% from the final exam. The letter grade is determined from the course average by the criteria list in Table 1. Rank the students so that the student with the highest grade has a rank of 1 and the student with the lowest grade in the class has a rank equal to the number of the students in the class. You may use Sort 1D Array and Search 1D Array functions within a loop to find the students rank. Bundle all of the information (course average, letter grade, and class rank) into an array of cluster where each cluster contains all the data for one individual student. Display this array of cluster on the front panel
| Course Average | Letter Grade |
| 0%-59% | F |
| 60%-69% | D |
| 70%-79% | C |
| 80%-89% | B |
| 90%-100% | A |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
