For some reason my curly bracket is showing an error.
Here is a picture of the error.
For some reason my curly bracket is showing an error.
Here is a picture of the error.
It says put “(” not “{” after “if” so I would assume you should put “(”?
you need a test after “if”
if (some condition) {
/* statements to execute */
}
That works, but it didnn’t change anything, I had to restart the app for some reason, but thanks
if statments have to be in the format
if(){
}