Class Question10

java.lang.Object
  extended by Question10

public class Question10
extends java.lang.Object

This app prompts the user for the width and height of a rectangle (which must be integers), then derives and prints out the area.

Author:
mb

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

Question10

public Question10()
Method Detail

main

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