Best way to find if a number is a multiple of three?

Please pick a subcategory to help organize the information. Thanks!

Also, the more context you provide with your questions (screenshots, link to an open app, etc.), the more likely you’ll get good help quickly :slight_smile:

Hi @danielowega :slight_smile: You can use the expression “[input value] <-modulo-> 3 is 0”. If true, the input value is a multiple of 3 (and vice versa).

Note: the input value should not be ≤ 0 or empty as well

2 Likes

Thank you!

No problem at all! :slight_smile:

This topic was automatically closed after 70 days. New replies are no longer allowed.