Question: Code this project in java using classes and methods. Basically, two files are needed, one tester called UnitConversionTester that contains the main program and one
Code this project in java using classes and methods. Basically, two files are needed, one tester called UnitConversionTester that contains the main program and one code file called UnitConversion which contains the methods to actually do the conversion.
Use scanners to read in input from the user

Unit conversion. Write a unit conversion program that asks the users from which unit they want to convert (fl. oz, gal, oz, lb, in, ft, mi) and to which unit they want to convert (ml,l,g,kg,mm,cm,m,km). Reject incompatible conversions (such as gal km). Ask for the value to be converted, then display the result: Convert from? gal Convert to? ml Value? 2.5 2.5gal=9462.5ml
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
