I'm trying to model a program with 3 classes; Hotel, Room and Guest. I've already looked around on the site and altough some problems were similar, I didn't come across mine. The problem I have is that I'm not able to set a specific guest to a specific room. The code I have is as follows:I'm trying to model a program with 3 classes; H