Question
an application to do conversion similar to the Convert Temperature presented in this lesson. You can choose what type of conversion your application will perform.
an application to do conversion similar to the Convert Temperature presented in this lesson. You can choose what type of conversion your application will perform. It can be any measurement between the metric and the American system besides temperature. It can also be currency or another type of conversion you would like.
Style and Documentation
Follow naming convention for variables and methods, and recommended indentation.
- Methods should be indented 4 spaces from class declaration
- Statements inside methods should be indented 4 spaces from method header
- Document your program following Javadoc format
- Include a header at the beginning of your program that has a description of the program, your name and date
- Describe each one of the methods, including parameters and return type/value
You can work with your Lab4 partner, but each of you will turn in a separate app. Let me know in the @author comment who your partner is by adding their name to the project.
What to submit:
A folder named Homework_16_first_last (replace first and last is your first and last name) and place your project folder in it. Zip the Homework_16_first_last folder and upload Homework_16_first_last.zip to Canvas.
Step by Step Solution
3.32 Rating (164 Votes )
There are 3 Steps involved in it
Step: 1
To create an application for unit conversion such as converting between metric and American system m...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started