May 23, 2024
count = 0.0 <= 3 (true) → Output "hello" → Increment to count = 1.1 <= 3 (true) → Output "hello" → Increment to count = 2.2 <= 3 (true) → Output "hello" → Increment to count = 3.3 <= 3 (true) → Output "hello" → Increment to count = 4.4 <= 3 (false) → Exit loop.for and endfor.count).