X1088: Inches to Feet

The following method takes in an int representing some number of inches. Implement it so that it returns a string reporting the number of feet and leftover inches. Hint remember that there are 12 inches in one foot. For example, convert(25) should return the string: "2 feet 1 inch(es)".

Your Answer:

Reset

Practice a different Java exercise

Feedback

Your feedback will appear here when you check your answer.