Hello, I need to write a java program that will a person to take a quiz. They will be able to choose from two subjects (math or english) they will have 3 questions, Math 1. What is 60 divided by 12? 2. What is 4 times 2? 3. What whole number does 28/7 represent? answers are a. 4 b. 5 c. 8 English 1. The word dog is a ____? 2. The word jump is a ____? 3. The word red is a ____? answers are a. noun b. verb c. adjective When a student correctly answers a question they should receive positive feedback. At the end of the quiz the number of correct answers should be displayed. I am just learning java and know that I need to have question and answer objects, but am pretty lost after that,please help. Thanks in advance for any help! Stephanie
James Chegwidden
Author
Ranch Hand
Joined: Oct 06, 2002
Posts: 201
posted
0
Well post some code and we will help you through it. We are not going to write the program for you however.
Mr. C<br /> <br />Author and Instructor<br />My book:<br /><a href="http://www.aw-bc.com/catalog/academic/product/0,1144,1576761614,00.html" target="_blank" rel="nofollow">http://www.aw-bc.com/catalog/academic/product/0,1144,1576761614,00.html</a>
subject: Help!! Please, need major help writing program!