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. cCount = setCCount(c); B. tCount = tCount; C. setGCount(g); D. setCCount(c) = cCount; E. aCount = a; Correct Answer: B,E