Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <link rel='stylesheet' type='text/css' href='stylesheet.css' />
  6. <title>Loan Amortization Details </title>
  7. </head>
  8. <body>
  9. <h2> Here are the results of your loan</h2>
  10.  
  11. <p>Loan Principal : $ + ${amort.getLoan().getLoanAmount()}</p>
  12.  
  13. <p>${amort.doAmortization()} <p>
  14. <a href ='index.jsp'> Try Another!</a>
  15.  
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement