147k views
4 votes
Write the logic to count by 3 from 0 to 300.

(The output should be: 0, 3, 6, 9, etc.)

1 Answer

2 votes
The logic to count by 3 from 0 would be 0, 3, 6, 9, 12 and keep going by 3s. I know it might seem hard but this right here is trying to trick you into thinking it's harder than it looks

No related questions found