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