Question
I need help completing this assignemnt can you provide comments and provide everything that is needed i dont know why its uploading the code in
I need help completing this assignemnt can you provide comments and provide everything that is needed i dont know why its uploading the code in a table but here is everything.
Complete 9.1 and 9.3 based on class Question there are 4 classes to upload.
P9.1 Add a class NumericQuestion to the question hierarchy of Section 9.1. If the response and the expected answer differ by no more than 0.01, then accept the response as correct.
P9.3 Modify the checkAnswer method of the Question class so that it does not take into account different spaces or upper/lowercase characters. For example, the response "JAMES gosling" should match an answer of "James Gosling".
Section 9.1
|
This question class is very basic. It does not handle multiple-choice questions, numeric questions, and so on. In the following sections, you will see how to form subclasses of the Question class.
Here is a simple test program for the Question class:
|
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started