freeCodeCamp/guide/english/java/loops/infinite-loops
SakshamGupta1995 3f6a61fbca Add the text article Infinite Loop to my article (#25516)
* Add the text article Infinite Loop to my article

The article  "##Infinite Loop by opposite iteration##" gives an example to new java programmer as to how a program can go into infinite loop if we increment the value of i instead of decrementing it and vice-versa. It is a basic but an important example for new coders.

* Update index.md

* Add Infinite Loop by update

This article will give new programmers the example of infinite loop when we increment the value instead of decrementing and vice-versa.

* Fixed several formatting issues
2018-11-03 12:51:23 -07:00
..
index.md Add the text article Infinite Loop to my article (#25516) 2018-11-03 12:51:23 -07:00