mockSponge is a simple command-line application that takes in a string and converts it into "Mocking Spongebob meme text."
- Input a string via the command line.
- Outputs the string in alternating uppercase and lowercase letters to mimic the mocking tone of the Spongebob meme.
Input:
mockSponge "This is an example"Output:
mockSponge "tHiS iS aN eXaMpLe"