IT 215 Conversion Program

If you don’t know Java, please do not opt for this assignment

Tsubo is a Japanese unit of measure for area. One Tsubo is equal to 35.58 square feet.

Write a program that asks the user if they want to convert from Tsubo to square feet or from square feet to Tsubo.

Include code that asks users to input a number to convert. The code should also display the converted unit.

Include proper documentation in the source code.

[promo1]