Question: Hi Please help me with a working Java code for the following task: Create a new file called IQ.java Create an array called testResults that
Hi Please help me with a working Java code for the following task: Create a new file called IQ.java Create an array called testResults that stores a list of results that 5 people have scored on an IQ test. Write the code that will calculate the average IQ of the five people based on the results in my testResults. Based on the average IQ, decide which description should be assigned. Use the table below:

\begin{tabular}{|l|l|} \hline IQ score & Description \\ \hline 130+ & Very superior \\ \hline 120129 & Superior \\ \hline 110119 & High average \\ \hline 90109 & Average \\ \hline 8089 & Low average \\ \hline 7079 & Borderline \\ \hline 69 and below & Extremely low \\ \hline \end{tabular}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
