Given: (Exhibit) And given the code fragment: (Exhibit) What is the result? By Singh | January 1, 2023 0 Comment Given:And given the code fragment:What is the result? A. 4W 100 Auto 4W 150 Manual B. Null 0 Auto 4W 150 Manual C. Compilation fails only at line n1 D. Compilation fails only at line n2 E. Compilation fails at both line n1 and line n2 Correct Answer: E On line n1 implicit call to parameterized constructor is missing and n2 this() must be the first line.