Class Question09

java.lang.Object
  extended by Question09

public class Question09
extends java.lang.Object

This app derives and prints out the area of a rectangle that is 8 units wide and 3 units high.

Author:
mb

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

Constructor Detail

Question09

public Question09()
Method Detail

main

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