Posts by André Soares • 41 points
1 post
-
0
votes1
answer368
viewsQ: Error: expected { when creating a class
I wrote the code below, but it’s giving me the error expected { after the declaration of my class public class book(string title, string text){ string _title = title; string _text = text; void…