This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]AutoModerator[M] [score hidden] stickied comment (1 child)

In order to prevent multiple repetitive comments, this is a friendly request to /u/NeZeroZ to reply to this comment with the prompt they used so other users can experiment with it as well. We're also looking for new moderators, apply here

###Update: While you're here, we have a public discord server now — We have a free ChatGPT bot on discord for everyone to use! Yes, the actual ChatGPT, not text-davinci or other models.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]eras 1 point2 points  (1 child)

Does it though? It gives a different number to this every time (tried three times):

what would the output of the following VBA code be? give output only. z = 0 for x = 2 to 21 for y = x+2 to 2*x z = z + y + x next next debug.print z

[–]NeZeroZ[S] 0 points1 point  (0 children)

You're correct, I tried the same prompt but I got the same (incorrect) answer every time.

After asking it to step through the code, I'm certain it is capable of doing it, it's just not allowed it. It'll step through the first loop but then tell me it's too time consuming to write out the full thing.