This is more of a housekeeping issue to make sure our code is formatted properly so it is easier to read. All If else statements should use the opening and closing curly brackets. In our code, we have some else statements that are missing the curly brackets.
This is more of a housekeeping issue to make sure our code is formatted properly so it is easier to read. All If else statements should use the opening and closing curly brackets. In our code, we have some else statements that are missing the curly brackets.