My Javascript code within my html file looks like this (yes there are html and body tags, dont worry about them).
<script type="text/javascript">
var circumference = window.prompt ( "Enter the circumference of the bottle (cm)" ,"0");
var height = window.prompt ( "Enter the height of the...