Given the code fragment (Exhibit) Which code fragments, inserted independently, enable the code compile? By Singh | January 7, 2023 0 Comment Given the code fragmentWhich code fragments, inserted independently, enable the code compile? A. fvar = 200; cvar = 400; B. this.fvar = 200; Test2.cvar = 400; C. this.fvar = 200; this.cvar = 400; D. t.fvar = 200; E. cvar = 400; F. t.fvar = 200; Test2.cvar = 400; Correct Answer: E