You are viewing a single comment's thread. Return to all comments →
Use modulus. Psudo code: if n % 4, 7, 11 != 0: print("No") else: print("yes")
Seems like cookies are disabled on this browser, please enable them to open this website
Lucky Numbers
You are viewing a single comment's thread. Return to all comments →
Use modulus. Psudo code: if n % 4, 7, 11 != 0: print("No") else: print("yes")