fixed!
Last edited on
After this:
const string A= " I saw the big brown bear."
You need to write ";".
so is going to be
const string A= " I saw the big brown bear.";
Last edited on
fixed.
Last edited on
The last code you wrote looks correct. It's also much better than the previous one. How does it not work?