The assignment is to develop a console application in Java that calculates the hotel tax system based on the number of bookings and room prices. The program should prompt the user to specify a custom tax rate or assume a default rate of 20%. It will then calculate the income and tax payable for each room type (Single, Double, Suite) and display the total income and tax payable.