In this tutorial you will learn:
1. Some coding essentials
2. Taking input in java console
3. Basic JAVA console program on conditional statements
I have setting up the IDE now it’s time to start coding. The learning curve will be a little steep as we have much to cover.
Some Coding Essentials
This perhaps one of the most important things while programming in any language. There are a few main practices that every programmer must follow:
1. Indentation:
To make your code more understandable indentation is a must. Try to balance the braces
Add new comment