Nuacht

For loop is used to iterate a set of statements based on a condition. Usually for loop is preferred when number of iterations are known in advance. While is also used to iterate a set of statements ...