[solved]-Write Program Calculates Volume Pyramid Requirements 1 Display Purpose Program Including N Q38992850
java . please do quick
Write a program that calculates the volume of a pyramid. The requirements are: 1. It should display the purpose of the program, including the name of the author (1 point) 2. It should prompt for base lenght base width and height. (2 points) 3. It should validate that the input is greater than zero and reprompt as necessary (3 points) The volume can be calculated using the formula: Pyramid Volume = base length * base width * height / 3 4. It should output the volume (3 points) 5. Provide the java file and a screenshot of a sample run. The java file should contain a comment with your name, course and date (1 point) Submit the java file and screenshot together in a zip file. Attach File Show transcribed image text Write a program that calculates the volume of a pyramid. The requirements are: 1. It should display the purpose of the program, including the name of the author (1 point) 2. It should prompt for base lenght base width and height. (2 points) 3. It should validate that the input is greater than zero and reprompt as necessary (3 points) The volume can be calculated using the formula: Pyramid Volume = base length * base width * height / 3 4. It should output the volume (3 points) 5. Provide the java file and a screenshot of a sample run. The java file should contain a comment with your name, course and date (1 point) Submit the java file and screenshot together in a zip file. Attach File
Expert Answer
Answer to Write a program that calculates the volume of a pyramid. The requirements are: 1. It should display the purpose of the p… . . .
OR

