Java Easy Starter Project
by RA productions in Circuits > Software
2628 Views, 28 Favorites, 0 Comments
Java Easy Starter Project
On this project i will show you how to make a simple program that calculates simple geometry (Rectangle, Triangle, Circle, Rectangular prism and cylinder).
Step 1
Give the integers value to the program.
b = 3
h = 4
t = 5
w = 6
r = 8
This is what the integers mean:
A = área
C = circunference
V = volume
S = surface area
b = base
h = Height
t = lenght
w = width
r = ratio
Add the Formulas
This was my first instructable so i was short on time, if you need anything just ask and ill be able to help you.