Save
Pseudocode
Iteration - Count Controlled
Save
Share
Learn
Content
Leaderboard
Learn
Created by
Monica O'reilly
Visit profile
Cards (2)
FOR I = 0 to 7
PRINT(“Hello”
)
Next
i
This would print hello
8
times (
0-7
inclusive)