10 Replies
For i where i starts at 0, increases by two and continues while i is below 10, print the text "even numbers" and the number i
Okay ty 🙂
Not sure if you're accepting different answers, but I just read what I see:
For int i equals 0, i less than 10, i plus equals 2. Console write line even numbers plus i.
It's harder to parse that back into code ofc
is chatgpt wrong?
dont use chat GPT to "run code"
because it doesnt actually run the code
but as you can see, its incrementing by 1, not 2
it even explicitly says so in its description
okay 🙂
would this be correct?
Too vague
It's not incorrect, but it's too generic
$ocomp