News

Contribute to CIT2202/loops-arrays-string development by creating an account on GitHub.
Initialize a loop variable (i) to 0. Continue the loop as long as i is less than the length of the string (inputString.length ()). In each iteration of the loop, print the character at index i.