Created
October 2, 2012 21:50
-
-
Save scottchiang/3823533 to your computer and use it in GitHub Desktop.
pseudocode
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Script: CONVERT EVERY OTHER LETTER OF A SENTENCE TO CAPITAL LETTERS | |
GET a sentence from user input | |
IF the sentence starts with a capital letter, don't change it | |
ELSE convert every other letter to capital letters | |
ENDIF | |
PRINT the formatted sentence |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment