Project #3            Java Applet

 

The purpose of this work is to produce a Java applet which can be run from an html document.  

The software should allow the user to enter:

 

and should then display consecutive powers Akx , Ak+1x , and the ratios of each of the entries of Ak+1x to Akx (showing 3 decimal places) Thus there should be three columns of data displayed, with appropriate headings for each. 

After each iteration, the user should be able to click on choices of: continue or quit.

For example, if the user has entered

then

and

while the ratios of the entries are 2.518, 2.523 and 2.524, respectively.

For a general discussion, see project #5

 

You should also provide an html file which allows your applet to be demonstrated.

 

See me with any questions!