Class Question11

java.lang.Object
  extended by Question11

public class Question11
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. If the user enters an invalid value, then this app reprompts the user until the user enters a valid value.

Author:
mb

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

Question11

public Question11()
Method Detail

main

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