Computer Science, asked by armayfernandes, 1 year ago

how can I execute a for loop in an if program?​

Answers

Answered by Blaezii
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