Question: 3. Implement this flowchart's algorithm in Java. Create a class named ConvertBritish Be sure to use single-line comments for the three essential parts of your

3. Implement this flowchart's algorithm in Java. Create a class named ConvertBritish Be sure to use single-line comments for the three essential parts of your program. Also use javadoc comments above the class and above the main method. start input: weight in pounds initialized as a real number Create three variables for: 1. weight in pounds 2. constant conversion FACTOR = 0.0714286 3. weight in British stones number of stones = weight multiplied by FACTOR Display example: Number of stone = 16.43 Display the answer to two decimal places. using your variable that stores the number of stones end
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
