A sports psychologist gave a standard written test of eating…

A sports psychologist gave a standard written test of eating habits to 12 randomly selected professionals, four each from baseball, football, and basketball. The results were as follows:Is there a difference in eating habits among professionals in the three sports? (Use the .05 significance level.)a. Use the five steps of hypothesis testing, showing your calculations.b. Sketch the distribution involvedc. Explain results

Based on the UML diagram, provide implementation only for th…

Based on the UML diagram, provide implementation only for the deep-copy constructor.   public class QB {String name;int number;int totalTDs;public QB(String n, int num, int td){name = n;number = num;totalTDs = td;}//Your code herepublic String toString(){return name+” “+number+” “totalTDs;}…}