Skip to content

Instantly share code, notes, and snippets.

@BrodyCur
BrodyCur / gist:f650a181e67dec3bc78aac4673773583
Created June 20, 2019 20:43
Compound Interest Calculator
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Calculator</title>
</head>
<body>
<form>
<p>Starting Value: <input type="number" name="startingVal" id="startingVal"><br></p>
<p>Age: <select max="65" name="age" id="age"></select></p>