Lab 6: Pig Latin Converter

This lab uses the subroutine you've written in your prelab to convert entire sentences to PigLatin. Your code will perform the conversion to Pig Latin using the ConvertToPigLatin subroutine.

Instructions

You will edit the code in PigLatin.java

How to Check Out files

Requirements

Problem: Create an applet that takes in an input sentence from the user and converts the sentence to Pig Latin.

The basic algorithm

Just to get you started, you know you can convert a single word to Pig Latin. How would you convert a chain of words (aka a sentence) to Pig Latin?

What to do:

How to Compile and Run your code.

Remember to ...

Submitting

You will be submitting your PigLatin.java file.

How to Submit your files


Jeff Forbes <forbes@cs.duke.edu>