Monday, January 12, 2015

Java Chapter 1

         Other than the way you start coding, Java is very similar to python. You can use loops(while), boolean (True/False), statements ( like int x=3), and conditionals (if ( <, >, ==) /else).
         Boolean tests belong in parenthesis.
         Use "println" to print on a new line.
       

No comments:

Post a Comment