/**
 * CS139 - Programming Fundamentals
 * Department of Computer Science
 * James Madison University
 * @version Spring 2016
 */

Objectives

Resources

Instructions

  1. Read (or listen to) "Last week's challenge" from the April 10, 2016 puzzle segment of Weekend Edition Sunday.
  2. Write a Java program to solve "Last week's challenge".
  3. The challenge asks for five-letter words that have the desired property. Are there six-letter solutions? Seven-letter? Modify your program to find the longest possible solution.
  4. IF YOU HAVE EXTRA TIME: Add code to solve "next week's challenge". (This is more difficult!)
  5. Once you have solutions for exercises 2 and 3, upload your code and submit your answers through today's Canvas quiz.