Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 388 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 388 Bytes

Java Concrete Calculator


Java program for calculating volume of concrete needed to for curb/gutter, sidewalk/patio, and steps.

Download, compile, and run:

Note: you'll need the JDK to compile and run this. https://www.oracle.com/java/technologies/downloads/#jdk18

git clone https://github.com/Anzo52/concalcjava && cd main

javac ConcCalc.java Main.java

java Main