Errata amendments

This commit is contained in:
RobinNixon
2021-11-16 12:23:58 +00:00
parent eeb4267820
commit fc6b9f4df3
11 changed files with 27 additions and 59 deletions
+1
View File
@@ -1,5 +1,6 @@
<form method="post" action="calc.php"><pre>
Loan Amount <input type="text" name="principal">
Monthly Repayment <input type="text" name="monthly">
Number of Years <input type="text" name="years" value="15">
Interest Rate <input type="text" name="interest" value="3">
<input type="submit">