Day 5 of 100 days of Code
Today I learnt about loops.looping through a sequence and an array. A loop is a sequence of instruction that is continually repeated until a condition is reached.
for loop
while loop
do while loop
The for loop has the following syntax
for (state...
nkem.hashnode.dev2 min read