Hacker News new | ask | show | jobs
by amoliski_ 4435 days ago
So... almost every quiz is bugged and says correct answers are wrong.

And then there's

> Which of the following will increment a the variable 'x' by one? * x++ * x+1 * x+=1 * All of the above