This coursework requires the development of a console application in Java that simulates a hotel tax system. The system should ask the user if they want to specify a custom tax rate or use the default rate, and then calculate the income and tax payable for each room type (Single, Double, Suite). The total income and tax payable are also calculated. The program should be well-commented, follow camelCase and have proper indentation.