Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
added 30 characters in body
Source Link
frslm
  • 3k
  • 3
  • 16
  • 26

You need parentheses after print as well as a return type, like so: void print() {...}.

You need parentheses after print, like so: print() {...}.

You need parentheses after print as well as a return type, like so: void print() {...}.

Source Link
frslm
  • 3k
  • 3
  • 16
  • 26

You need parentheses after print, like so: print() {...}.