Given the for loop header below, how many times will the loop repeat? for (int counter = 5; counter < 10; counter++) A B
Posted: Tue Jul 05, 2022 10:26 am
Given the for loop header below, how many times will the loop repeat? for (int counter = 5; counter < 10; counter++) A B 5 times D 6 times C) 2 times 10 times