Coding
I am not sure why these ifs and elses are causing errors, can anyone help?
Use braces. If you don’t use braces, only the line immediately underneath an if statement is part of that statement. (Technically “only the statement after the if statement”.) A lot of people don’t like using Read more…