Hello everyone! In this article, we will explore how to create loop statements in Common Business-Oriented Language (COBOL). Again , a couple of twists and turns when it comes to this language (that's why I write a lot about this language haha).
 
For starters, COBOL does not have direct for or while loops. Instead, it uses the PERFORM statement...