Please enable JavaScript to use CodeHS

Utah Computer Programming 1: CP1.4.2a.ii

CodeHS Lessons

Understand the three components of a for-loop: An initial value (i = 0), A condition (i<7), An update expression (i=i+1)