Need help writing psuedocode for the following question

The local driver's license office has asked you to design a program that grades the written portion of the driver's license exam. The exam has 20 multiple choice questions. Here are the correct answers:

1. B 2. D 3. A 4. A 5. C

6. A 7. B 8. A 9. C 10.D

11. B 12. C 13. D 14. A 15. D

16. C 17. C 18. B 19. D 20. A

Your program should store these correct answers in an Array. Store each question's correct answer in an element of a String array. The program should ask the user to enter his answers for each of the 20 questions, which should also be stored in another array. Then the program should display a message indicating whether the student passed the test or failed. (A student must correctly answre 15 of the 20 questions to pass the test). It should then display the total number of correctly answered questions, the total number of incorrectly answered questions, and a list showing the question numbers
of the incorrectly answered questions.
Hope anyone is here to help

Sure we can help. But with no effort shown on your part so far, all we can do it write it for you. If you need help you will have to give us something to help with.

Sorry to say, you just posted your school assignment as it is. Anyhow tell me in which language you want to implement it, will give you the clue to start doing it.

Sorry I missed the first part of question, this is pseudocode, not language.

pseudocode writing steps:

First read the question carefully and list down the sequence of opertion on paper, read it again and enrich your sequence of operation until you think it is good enough for end user to understand. in your case for example:

Store the question and answers in one container (you know the container) and so on.

commented: you repeated the question in a different sentence -1
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.