Your constructor method will bring in an initial number of licks and a flavor.
For example:
TootsiePop p = new TootsiePop("Strawberry", 40);
Feel free to use IntelliJ to test your code. Be ready to demonstrate your program to the instructor by the due date.