how can I execute a for loop in an if program?
Answers
Answered by
1
Answer:
Yes, you can put an if statement inside a for loop. Your syntax for the for loop is invalid though, not the if statement even though the code analyser may erroneously accuse the if statement.
Similar questions