Advertisement
akosiraff

COMPUTER-ASSISTED INSTRUCTION

Jun 17th, 2014
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/computer-assisted-instruction/
  3. INSTRUCTIONS:
  4. Use RANDOM object to produce two positive one-digit integers.
  5. The program should then prompt the user with a question such as:
  6. –How much is 6 times 7?
  7. Student inputs the answer. Program checks the answer.
  8. –If correct, display message “very good” and asks another multiplication question.
  9. –If incorrect, display message “No. Try again”; try the same questions repeatedly until it is right.
  10. —Call this method once when application begins execution and each time the user answers correctly.
  11. NEXT:
  12. Insert three (3) more comments for correct and wrong answers using the SWITCH statement.
  13. LASTLY:
  14. Count the number of correct/wrong responses typed by the student. After 10 answers, calculate the percentage
  15. That are correct and provide a comment. Do the same for the wrong answers THEN reset the program.
  16.  
  17. Download: http://solutionzip.com/downloads/computer-assisted-instruction/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement