Untitled
unknown
jsp
2 years ago
398 B
8
Indexable
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>Calculation Result</title>
<link rel="stylesheet" href="styles/style.css">
</head>
<body>
<div class="container">
<h2>Calculation Result</h2>
<p>Cubic Yards of Cement: ${cubicYards}</p>
<p>Number of Bags Needed: ${numBags}</p>
<p>Estimated Cost: $${totalCost}</p>
</div>
</body>
</html>
Editor is loading...
Leave a Comment