-Java-Syntax-discussion
Consider the Java syntax rules that you have noticed so far. You may have noticed that simple mistakes, such as a missing semicolon or a deviation in casing of variable names, lead to compile errors. If you define a variable name as myFirstName and try to use it as myfirstName later in the program, the compiler will consider myfirstName to be undefined.
Describe at least three strategies that you will take to become fluent with the Java programming syntax.
Your initial post should be a minimum of two paragraphs and should describe strategies that you can do now to strengthen your Java programming skills.