Question: PI: (50 pts) Draw a complete flowchart (this may be multi-page) to do the following: 1. Using a for loop and the Rnd function, write

PI: (50 pts) Draw a complete flowchart (this may be multi-page) to do the following: 1. Using a for loop and the Rnd function, write to column A (rows 1 to 1200) single type values in the range of 39.9 to 98.5. For this problem, we'll assume these are student final numerical grades in a huge lecture session class. In a separate loop, read the values in column A, and if they are greater than or equal to 60, copy them into column B. If they are below 60, do not copy them. 2. a. Eliminate blanks from column B- in other words, if Al is 59.2 and A2 is 73.9 the 73.9 value should be placed in B1, not B2 b. Count the number of values removed, and report the number of failing grades in a well-formatted message box. 3. In a separate loop, implement the grading scheme in the A B E 160 syllabus to assign letter grades to each score in column B, placing them in column C. To keep things simple, ust do whole letter grades and skip the +. So categorize into five groups -A, B, C, D F. In a separate loop, use appropriate logic to find the average numerical final grade associated with the students receiving an A grade. Display this in a well formatted message box. 4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
