Skip to content

Instantly share code, notes, and snippets.

@rvbsanjose
Created October 2, 2012 21:44
Show Gist options
  • Save rvbsanjose/3823505 to your computer and use it in GitHub Desktop.
Save rvbsanjose/3823505 to your computer and use it in GitHub Desktop.
Pseudocode and share
Script: Covert sentences
Get a sentence from user input.
If the sentence length is greater than 20, randomize the sentence
Else take the 2nd letter of each word and change it to the letter P
ENDIF
PRINT the new sentence
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment