Suriin ang IDNStudy.com para sa detalyadong mga sagot sa iyong mga tanong. Tuklasin ang mga kumpletong sagot sa iyong mga tanong mula sa aming komunidad ng mga eksperto.

why is it appropriate to terminate every statement with a semicolon, even the last one in a function? Provide at least two reasons.​

Sagot :

Answer:

Please do use the semicolon to end a statement even though it's not mandatory. It will give you plenty of benefits. They all have to do with code readability. They contribute to code maintainability, code quality, and the number of bugs lurking in your code.