- Joined
- May 23, 2026
- Messages
- 10,951
- Reputation
- 39,641
C:
#include <stdio.h>
int main () {
puts("Do you like oranges (y/n)?");
char c;
scanf(" %c", &c);
return 0;
}
But I'm not going to tell you why
Join 75,000+ Looksmaxxing Members!
Register a FREE account today to become a member. Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox.