Skip to content

Instantly share code, notes, and snippets.

@scottchiang
Created October 2, 2012 21:50
Show Gist options
  • Save scottchiang/3823533 to your computer and use it in GitHub Desktop.
Save scottchiang/3823533 to your computer and use it in GitHub Desktop.
pseudocode
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