ronyaewicks ronyaewicks 14-09-2021 Computers and Technology contestada APPLY 1. Looking at the following loop, what does the "i < 6" mean? for (i = 0; i < 6; i++){ forward(); } 1. Looking at the same loop above, what does the "i++" mean?