length = float(input(Fore.BLUE + "Enter the length of the room in feet: ")) width = float(input("Enter the width of the room in feet: ")) height = float(input("Enter ...