Please help - I'm new to java.
I'm working on a code for class that ask me to write an Area class that calcualtes the following shapes-circles-rectangles-cylinders
Area of a circle: Area= (TT)(r^2) where TT is Math.PI and r is the circle radius
Area of a Rectangle: Area= (width) * (length)
Area of a cylinder: Area= (TT)(r^2)(h) where TT is Math.PI and r is the cylinder's base, and h is the cylinder's height
I was doing awesome in the class until now and I cant drop it, not like that's anyone elses problem but I really could use some help with this. I also have to create an Area Test class as well. I DO NOT KNOW WHERE TO START, this assignment was doing a month ago and I'm still stuck. If anyone could at least help just a bit it would be so appreciative. I would pay if I could but Im broke ; (