Doubt regarding for loop and while loop

What is the difference and when to use them

Hello @jngnandan actually there is no particular point that you will use them for particular reason only.
it just that they perform the different task.
like while loop will check for the condition you have given in the while loop and run acording to that:
whheread in for loop the syntax is proper that it will run until this point with this much increment at particular step.