Given the code fragment: (Exhibit) Which modification enables the code to print 54321? By Singh | January 1, 2023 0 Comment Given the code fragment:Which modification enables the code to print 54321? A. At line 7, insert x –; B. Replace line 12 with return (x > 0) ? false : true; C. Replace line 5 with while (is Available(–x)) { D. Replace line 6 with System.out.print (–x); Correct Answer: C