41 coaches online • Server time: 19:22
* * * Did you know? The most deaths in a single match is 8.
Log in
Recent Forum Topics goto Post Team Strength - Rebo...goto Post Got a little E.L.F. ...goto Post IDEA - Enabling Star...
[X] Praying Help Please
do ... while
#12
Lineman
MA
7
ST
3
AG
3
AV
7
R
0
B
0
P
0
F
0
G
6
Cp
0
In
0
Cs
1
Td
0
Mvp
1
GPP
7
XPP
0
SPP
7
Injuries
d
Skills
do..while loops are very similar to while loops, except the truth expression is checked at the end of each iteration instead of in the beginning. The main difference from regular while loops is that the first iteration of a do..while loop is guaranteed to run (the truth expression is only checked at the end of the iteration), whereas it's may not necessarily run with a regular while loop (the truth expression is checked at the beginning of each iteration, if it evaluates to FALSE right from the beginning, the loop execution would end immediately).
Match performances
Date
Opponent
Comp
TD
Int
Cas
Mvp
Spp
2004-08-16
-
-
-
1
-
2
2004-08-25
-
-
-
-
1
5