Untitled

 avatar
unknown
jsp
a year ago
398 B
7
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