1
edit
Changes
→Header Comments
Desc: brief description of project
Name: your full name - studentId
Modified: Month xxdd, yyyy
*/
</syntaxhighlight>
=== Variable Naming ===
* camel case with first letter lowercase in both variables and methods: int numCounter;