Created
October 2, 2012 21:44
-
-
Save rvbsanjose/3823505 to your computer and use it in GitHub Desktop.
Pseudocode and share
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: 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