phranxnen Posted on Jul 17 c code #c #help #code #discuss Hello everyone can fix my code Top comments (1) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand Paul J. Lucas Paul J. Lucas Paul J. Lucas Follow C++ Jedi Master Email paul@lucasmail.org Location San Francisco Bay Area Education University of Illinois at Urbana-Champaign Work Retired Principal Software Engineer Joined Jan 21, 2017 • Jul 27 Dropdown menu Copy link Hide Line 1 should be: #define PLACE 100 Enter fullscreen mode Exit fullscreen mode You were redefining int to be PLACE 100. Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
Line 1 should be:
You were redefining
int
to bePLACE 100
.