Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

what dos error: expected ‘)’ before string constant mean

+8 votes
asked Apr 23, 2023 by DONNEIL O'CONNOR (200 points)

2 Answers

+1 vote
answered Apr 24, 2023 by Peter Minarik (84,720 points)
It means that you have an opening parenthesis '(', that you did not close. Check your code or share for review.
+1 vote
answered May 19, 2023 by Eidnoxon (5,110 points)
You must've forgot a parenthesis. Check your code again
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...