ParserError: Expected primary expression error

Hi, I am receiving this error code,
I am a newbie and trying to learn, any help is appreciated

ParserError: Expected primary expression.
--> ROC.sol:71:1:
|
71 |
| ^

and this is line 70 & 71 (end of the codes)

You forget to write scope.

function setMarketCap(uint256 _marketCap) public {
    // to do something
}
1 Like

Thank you so much for your help, I will look into it and try to fix it