Class Question12

java.lang.Object
  extended by Question12

public class Question12
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
Question12()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Question12

public Question12()
Method Detail

main

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