Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.

QUESTION

Each student’s ID and test answers will be entered. The output will be each student’s ID, number correct, and grade, along with the single highest score for the class. Develop a solution for Mr. J

Each student’s ID and test answers will be entered. The output will be each student’s ID, number correct, and grade, along with the single highest score for the class. Develop a solution for Mr. Jones problem. Use four one-dimensional arrays—one for the correct scores and the other three for the needed output. write your pseudo code first and then write the Python code that implements it. ** below is a suggested way to do this -- there are other ways such as setting up 2-D arrays) Using the format of P1, set up four arrays of student scores assume 10 questions and 4 students.( this will illustrate the approach without too many numbers Write a function to populate a student score array. Populate these student arrays with zeros ( false) and 1s ( true), as their scores . See problem 6 pg 175 and use that random function not including the integer '1'. (instead of 'coin' flips this slightly modified random number generator Integer(Random * 2) ( check out the Python equivalent will simply yield 0, or 1, which is what you want). Now manipulate those 4 arrays to answer Jones' question

Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question