You should fill in the blank in the following code with ____…

You should fill in the blank in the following code with ________.public class Test { public static void main(String[] args) { System.out.print(“The grade is ” + getGrade(78.5)); System.out.print(“\nThe grade is ” + getGrade(59.5)); } public static ________ getGrade(double score) { if (score >= 90.0) return ‘A’; else if (score >= 80.0) return ‘B’; else if (score >= 70.0) return ‘C’; else if (score >= 60.0) return ‘D’; else return ‘F’; }}

11. General Products Company bought Special Products Divisio…

11. General Products Company bought Special Products Division in 2025 and recorded $750,000 of goodwill related to the purchase. On December 31, 2026, the fair value of the Special Products Division is $6,000,000 and it is carried on General Product’s books for a total of $5,100,000, including the goodwill. What goodwill impairment should be recognized by General Products in 2026?