Consider the following declaration that appears in a class other than TimeRecord.
TimeRecord [ ] timeCards = new TimeRecord [100] ;Assume that timeCards has been initialized with TimeRecord objects. Consider the following code segment that is intended to compute the total of all the times stored in timeCards.
Which of the following can be used to replace / missing expression / so that the code segment will work as intended?