Given: (Exhibit) Which two lines of code when inserted in line 1 correctly modifies instance variables? By Singh | December 31, 2022 0 Comment Given:Which two lines of code when inserted in line 1 correctly modifies instance variables? (Choose two.) A. setGCount(g); B. setCCount(c) = cCount; C. tCount = tCount; D. aCount = a; E. cCount = setCCount(c); Correct Answer: C,D