Scrabble.java |
| NOTE:: THAT SINCE THIS EXERCISE WAS REMOVED, THIS CODE DOES NOT EVEN CLOSE TO WORK. SO ITS JUST FOR LOOKING AT! OK? /* James Little, 29/3/01 COSC 241 Scrabble.java version1.0 */ package jlittle_ex5; /** * Scrabble records turn information for a * game of scrabble, and then puts that * information in turn order, and prints it. */ public class Scrabble { public static void main(String [] args){ } } |
James Little |