classwork
Class Intersection

java.lang.Object
  extended by classwork.Intersection

public class Intersection
extends java.lang.Object

Constructs two rectangles and prints out the box formed by their intersection.

Author:
Tom James

Constructor Summary
Intersection()
           
 
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

Intersection

public Intersection()
Method Detail

main

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