Answer the question.Many insurance companies carry a deducti…

Answer the question.Many insurance companies carry a deductible provision that states how much of a claim you must pay out of pocket before the insurance company pays the remaining expenses. Suppose you have a car insurance policy with a $800 deductible provision (per claim) for collisions. During a two-year period, you file claims for $650 and $1200. The annual premium for the policy is $450. Determine how much you would pay with and without the insurance policy.

Answer the following prompts that spell out DNA. D stands fo…

Answer the following prompts that spell out DNA. D stands for discover- What strategies have you discovered that are helping you to be successful in this course? N stands for Needs – Are there any tools used in other courses that would help you in this course, either from live lesson or within the asynchronous module content. List and explain below: A stands for Abilities – What are you amazing at? This can be related to school or outside of school! Answer DNA below Discover… Needs… Abilities…

Regarding StudentPracticeProgram.java and the addStudents()…

Regarding StudentPracticeProgram.java and the addStudents() method, there are multiple problems. One problem in the addStudent() method causes the junit test to fail. What else is wrong with the students’ data within the StudentPracticeProgram? (This is not strictly considered a bug, and  will not cause the program to crash, but is generally considered good programming practice)Explain how you fixed the ‘bug that causes the failure. (Do not simply provide code; explain what you did.)

The unit test for assignRandomGrades passes when no students…

The unit test for assignRandomGrades passes when no students have been added.  The method starts by checking if (studentCount == 0).Is this check necessary before entering the while loop, and what would happen if it were removed? (Explain while loops, do not simply say yes or no)