Lab 4

Lab Description:

In this lab, we create a Pig Latin simulator. We take the original word, take out the first letter and put it at the end. Then we add the suffix -ay to the word to make it Pig Latin. The code can take any words but makes sure to not take any numbers or anything that isn’t a letter.

Code:

codelab6

 

Results:

results1results2results3

Leave a Reply

Your email address will not be published. Required fields are marked *