Your job is to write a program that simulates the customer experience at CoffeeHut.
List the nouns in the problem statement. These are candidates for the classes.
List the verbs in the problem statement. These are candidates for the methods.
The subject of the sentence might be the class that has that method.
Direct objects might be the parameters of the method.