String01-edu Subject ID:
repeatalphaRepeat Alpha
Repeat each alphabetical character by its index in the alphabet (a=1, b=2, etc.).
Checkpoint & XP Breakdown
Related String Exercises
Only A
Write a program that displays a single 'a' character followed by a newline.
Only Z
Write a program that displays a single 'z' character followed by a newline.
Only F
Write a program that displays a single 'f' character followed by a newline.
Only 1
Write a program that displays a single '1' character followed by a newline.
Only B
Write a program that displays a single 'b' character followed by a newline.
Count Character
Count the occurrences of a specific character within a string.
