Exercises 1 - Loops

Files Corresponding to Short Course Programming in R

Exercises 1 - Loops

(letter) is the (nth) letter of the alphabet.

at each iteration.

For example,
print(paste(letters[1], "is the", scales::ordinal(1), "letter of the alphabet."))