My boss wanted me to apply a seasonal rebate to our products. Being an awesome hacker, I chose to write the required logic in C: “ if (price > 100) { return 10; } else { return 5; } ” But wait, our...
Sign in to post comments.
Comments (0)
Sign in to post comments.