Question: Specifications Overview: You will write a program this week that is composed of three classes: the first class defines Dodecahedron objects, the second class defines
Specifications Overview: You will write a program this week that is composed of three classes: the first class defines Dodecahedron objects, the second class defines DodecahedronList objects, and the third, DodecahedronListApp, reads in a file name entered by the user then reads the list name and Dodecahedron data from the file, creates Dodecahedron objects and stores them in an ArrayList, creates a DodecahedronList object with the list name and ArrayList, prints the DodecahedronList object, and then prints summary information about the DodecahedronList object. A dodecahedron has 12 equal pentagonal faces, 20 vertices, and 30 edges as depicted below. The formulas are provided to assist you in computing return values for the respective Dodecahedron methods described in this project. Surface Area (A) Volume (V) Edge length (a) Surface/Volume ratio (A/V) A325+10 V5 a (l 4 Ftio (A)V15+7
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
