Class Question08

java.lang.Object
  extended by Question08

public class Question08
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
Question08()
           
 
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

Question08

public Question08()
Method Detail

main

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