Question: This is Java Programming! Please make code legible and easy to read. Need help ASAP!!! Due in a few days! Thanks Programming in Java CSCI

This is Java Programming! Please make code legible and easy to read. Need help ASAP!!! Due in a few days! Thanks
Programming in Java CSCI 1610 Section__ Name: Assignment 1 Instructions: Submit an electronic copy of the assignment to the Dropbox (ex Date: SmallAndLarge.java, etc.) IMPORTANT: FOLLOW GOOD PROGRAMMING STYLE/CONVENTION FOR NAMING ALL YOUR OBJECTS/VARIABLES. ADD COMMENTS ON TOP OF EACH METHOD AND AT TOP OF THE FILE (SEE EXAMPLE AT THE LAST PAGE) Programming Exercise: 1) (Rectangular Prism Calculator) Write a program to calculate the surface area and volume of a rectangular prism and a capsule shape. Once, the user has entered the following input length (l), width (w) and height (h) for the rectangular prism radius (r) and side length (a) for the capsule It will display the results in a formatted text output. Please it is important to declare all variables with the appropriate data type. Use the following formulas Capsule Volume-ar((4/3x + a) Surface Area-2tr(2r + a) Rectangular Prism Volume -lwh Surface Area 2(lw lh wh)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
