Class Question07

java.lang.Object
  extended by Question07

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

Question07

public Question07()
Method Detail

main

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