Get the answers you need from a community of experts on IDNLearn.com. Get prompt and accurate answers to your questions from our community of experts who are always ready to help.
I think the answer is a = (y % 19)
b = (y // 100)
c = (y%100)
d = (b //4)
e = (b%4)