Java Easy Starter Project

by RA productions in Circuits > Software

2613 Views, 28 Favorites, 0 Comments

Java Easy Starter Project

Screen Shot 2014-08-20 at 8.28.03 PM.png

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

Screen Shot 2014-08-20 at 8.28.03 PM.png

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

Screen Shot 2014-08-20 at 8.42.01 PM.png

This was my first instructable so i was short on time, if you need anything just ask and ill be able to help you.