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 by DONNEIL O'CONNOR (200 points)

2 Answers

0 votes
answered Apr 24 by Peter Minarik (72,620 points)
It means that you have an opening parenthesis '(', that you did not close. Check your code or share for review.
0 votes
answered May 19 by Eidnoxon (3,350 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.
...