This is a platform, where you can learn about multiple programming languages. here we will post the latest news and information also.
The for the loop is used when you know in advance how many times the script should run. Syntax: for ( init counter; test counter; increment counter ) { code to be executed; } Parameters: init counter : In…
Social Plugin