An open API service indexing awesome lists of open source software.

https://github.com/anzo52/concalcjava

Concrete volume calculator
https://github.com/anzo52/concalcjava

calculator cement concrete concrete-calculator construction curb-and-gutter residential volume-calculator

Last synced: 28 days ago
JSON representation

Concrete volume calculator

Awesome Lists containing this project

README

          

# 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`