I'm trying to get it so I can pass an Int into Dice::Hundred and it returns that Int back into Main with a number less than 100. Though It doesn't seem to be returning any number at all. I don't want to label the specific Int thats going to the class because I want to use it multiple times throughout the code, and later in other classes. Any ideas, I'm guessing a keyword is missing somewhere....