0

What is counter?? What is max_index?? I'm so lost

while counter <= max_index:

3rd Jun 2019, 10:18 PM
Mike Harris
Mike Harris - avatar
3 Respostas
+ 1
counter and max_index are variable that contain a value, so the value in the counter is been checked if its less than or equally to the value of max_index
3rd Jun 2019, 10:39 PM
✳AsterisK✳
✳AsterisK✳ - avatar
+ 1
I prefer a tag pointing about which language you're talking about.🙃thankyou
5th Jun 2019, 6:04 AM
Yashvi Shah
Yashvi Shah - avatar
0
Variables that must have been defined before this code of line, they can be anything though, but those two samples are used frequently by coders.
3rd Jun 2019, 10:53 PM
Mo Hani
Mo Hani - avatar