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
- Host: GitHub
- URL: https://github.com/anzo52/concalcjava
- Owner: Anzo52
- Created: 2022-03-20T22:30:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-24T06:25:30.000Z (over 3 years ago)
- Last Synced: 2024-11-08T18:21:08.686Z (11 months ago)
- Topics: calculator, cement, concrete, concrete-calculator, construction, curb-and-gutter, residential, volume-calculator
- Language: Java
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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`