Class Concentration

java.lang.Object
  extended by Concentration

public class Concentration
extends java.lang.Object

This program plays a game of concentration (aka memory) for two players. Note: this class demonstrates the use of static methods and fields Bugs: none known


Constructor Summary
Concentration()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Concentration

public Concentration()
Method Detail

main

public static void main(java.lang.String[] args)