CS 206: Data Structures
Exercise#3

Due on Thursday, February 6

Write a Java applet that inputs a sentence from the user and informs the user if it is a palindrome or not. An example of what your applet should do is shown below:



The applet above can be used as a guideline. There is example code available for this Applet in the CS110 Examples. However, try and not refer to the example and design the applet on your own based on your own knowledge and the discussion in class. This would be helpful in reviewing your knowledge of Java.

Back to CS206 Course Materials