Write a program that prints the letters of the English Alphabet: a, b, c, …, z.
Watch the following video lesson to learn how to print the Latin letters using a for-loop: https://youtu.be/EKNPt69wsFM.
It is good to know that the for
** loops** don't only work with numbers. We can solve the task by running a for
** loop** that passes sequentially through all letters in the English alphabet:
Test your solution here: https://judge.softuni.org/Contests/Practice/Index/510#2.