Exercises for the "For" Loop
The following is the detailed explanation of the simplest tasks to help those of you who don`t have any experience in programming
Read moreThe following is the detailed explanation of the simplest tasks to help those of you who don`t have any experience in programming
Read moreIn Java there are so-called selection constructs: the if-then statement and the switch statement. In this article you will find explanation and 4 tasks
Read moreThe following is the detailed explanation of the simplest problems to help those of you who don’t have any experience in programming
Read moreIn Java, it is very important to format code properly. Not only do you need to write a program which works,
Read moreIn this article we’ll explain what is variable in Java and what types of variables there are. Also you'll find some rules of correct naming for variables
Read moreAfter reading this post you’ll know how to display messages in the console. And what is the difference between System.out.println() and System.out.print ()
Read moreIn this post you’ll find the basic operations with variables in Java, and all this – in easy, clear form. Level: for beginners.
Read moreLearn how to assign a value to a variable. Also in this article you’ll find two mini-programs which you’ll be able to launch on your PC
Read moreIn this article you'll learn how to add comments to Java code. There're just two ways of commenting - we'll tell you both :). Begginers level
Read moreIf something is entered in the console and you need to read out it, you need to use the scanner. See how it works on 6 examples!
Read more