This website is not broken, the owner of it has decided to participate in Naked CSS Day 2025!
Naked CSS Day is a event that is held once per year (April 9th) to celebrate good & well planned design. The website will be back to its normal state tomorrow.
Please Don't Use Internet Explorer
Internet Explorer in all versions is a dangerous browser. It has many deficiencies and security vulnerabilities that make it unsafe.
You should instead use a current version of Chrome or
Firefox if you're using windows or Safari for the Mac.
This site will not function properly in Internet Explorer. Emails will not be sent, downloads will not function, assignments will not be
submitted...
100 points
Looping Letters
Requirements
User is prompted to enter a lowercase letter
10
User is not allowed to proceed unless they enter a lowercase letter
25
User is given as many opportunities as needed to enter the letter
25
All letters following entered letter are displayed
For this lab you will need to prompt the user to enter a single character. The character the user enters must be lower case and the user should not be allowed to proceed in the program until a lowercase letter has been entered. If the user enters anything other than a lower case letter they should be informed of their mistake and given as many chances as are needed to enter a correct letter.
When the user has entered a lowercase letter the program should then show them all of the letters that follow their selected letter in the alphabet.
Example Output:
Enter a starting letter, lowercase: X
X is not a proper lowercase letter, try agian: 6
6 is not a proper lowercase letter, try agian: %
% is not a proper lowercase letter, try agian: f
Here are the letters that follow f: ghijklmnopqrstuvwxyz