Loops!
in
Programming Questions
•
4 months ago
Hey guys,
im new to processing.. im just trying to figure out how to find the value of something when it is executed
for example:
int result = 5;
for (int i =7; i = 20; i +=2) {
result = result + 1;
}
How do you work this out.. ?
Please help..
1