Day 11:Naming Convention java class
Should be followed by camelcase
should be start with uppercaseletter
should be avoid start with small letter,hyphen,numbers,specail charcter not allowed
naming convention used for Developers can ...