A=B
Not enough ratings
Divisible by 6
   
Award
Favorite
Favorited
Unfavorite
Tags: level
File Size
Posted
328.188 KB
5 Apr, 2022 @ 11:35pm
1 Change Note ( view )

Subscribe to download
Divisible by 6

Description
Input: A decimal number.
Output: "true" if the number is evenly divisible by 6. "false" otherwise.
Constraint: 1 <= Input <= 9999
1 Comments
カズエイ 25 Oct, 2024 @ 4:41pm 
11 lines (/15 lines)

>=(end)|
(end)0=6
1=3>
2=6>>
4=6>
5=3>>
7=3>
8=6>>
6|||=6
(end)6=(return)true
=(return)false