previous | index | next

An Arithmetic Tutor Application

Now you will create a simple arithmetic tutor that behaves like this:

Upon launching, a page displays with the prominent message:

     Welcome to the Arithmetic Tutor.
     Please choose an operation.       
Beneath the message are four buttons labeled Add, Subtract, Multiply, and Divide. When the user clicks one, a new page is displayed showing: Obviously, this user interface could be improved. For example, what should happen on invalid input? For now, you need not be concerned with input validation. With what we know about JSF so far, this will do.

previous | index | next