Question: Java Homework Objectives: - Create methods - Passing data to a method Receiving data from a method Switch case statement/ if-else-if statement Loops Problem Description:

Java Homework Objectives: - Create methods - Passing data to a method Receiving data from a method Switch case statement/ if-else-if statement Loops Problem Description: Use Java techniques to create and use methods. You will be creating a program that will ask the user for input based on the following menu options. Menu Options: Kinetic Energy of an Object in Motion. Density of a Substance. Area of a Triangle Volume of a Cylinder. Volume of a Rectangular Prism Conversion of Temperature from Centigrade to Fahrenheit Exit Methods needed: You must have these methods in your project! The main method - A calcKineticEnergy method A density method An area Triangle methoo A volumeCylinder method A yolumeRecPrism method A tempConversion method Method Main: Class Name: MyMethods. Displays the menu of selections to the user. The program should continue to display the menu until the user enters an option to quit the program Prints a thank you when the user quits
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
