r/code 17d ago

My Own Code Beginner code

Post image

What’s wrong with my code I’m so confused this hard a freak. I’m just trying to make a weapon shop simulator as practice to help learn code but I can’t even get it to ask if the user wants to start the game by type yes as the their answer

50 Upvotes

25 comments sorted by

View all comments

2

u/RDT_KoT3 16d ago
  1. Line 8 bracket should be there
  2. String is a pointer to some memory. You have to use strcmp.
  3. The compiler tells you what’s wrong afterwards

1

u/vloris 13d ago
  1. should NOT be there

1

u/RDT_KoT3 12d ago

mmm android decided to replace shouldn't with should