Yea i just want the remainder. The division is going to be something like y/19. The variable y is actually going to be whatever the user inputs when constructing the object year. But again all I'm looking for is how to write in code to get only the remainder. Also how can i just get the quotient and not the remainder? It's not really a math question, just a question on how to write it in Java.