During code review (Assignment 3), you find these issues in…
During code review (Assignment 3), you find these issues in Order.java. Categorize each according to the code review checklist (CS=Coding Standards, CG=Code Quality/General, FD=Functional Defect):Issue 1: Variable named “x” instead of “totalPrice”Issue 2: Method calculateDiscount() returns wrong value when total is exactly $50Issue 3: Nested if statements 5 levels deep, hard to understandWhich categorization is CORRECT?