while Loop is also entry controlled loop. The difference between for Loop and while Loop is that we need to declare and initialize the variable outside the Loop and we need to increment or decrement the value inside the Loop. Let's have a look at while Loop's syntax.