//Q2.Design and implement a Java application to manage room tariff details in a Hotel Management System using Java enumerations (enum). //The application should demonstrate the use of enum constants, ...