7 kyu

By 3, or not by 3? That is the question . . .

4,439 of 7,692DaveGuymon

Description:

A trick I learned in elementary school to determine whether or not a number was divisible by three is to add all of the integers in the number together and to divide the resulting sum by three. If there is no remainder from dividing the sum by three, then the original number is divisible by three as well.

Given a series of digits as a string, determine if the number represented by the string is divisible by three.

Example:

"123"      -> true
"8409"     -> true
"100853"   -> false
"33333333" -> true
"7"        -> false

Try to avoid using the % (modulo) operator.

Arrays
Strings
Fundamentals

Stats:

CreatedOct 31, 2017
PublishedOct 31, 2017
Warriors Trained10490
Total Skips260
Total Code Submissions33056
Total Times Completed7692
JavaScript Completions4439
C# Completions595
Haskell Completions125
Julia Completions38
C Completions271
PHP Completions350
Python Completions1970
Ruby Completions104
COBOL Completions6
Dart Completions21
Total Stars87
% of votes with a positive feedback rating88% of 1136
Total "Very Satisfied" Votes912
Total "Somewhat Satisfied" Votes165
Total "Not Satisfied" Votes59
Total Rank Assessments19
Average Assessed Rank
7 kyu
Highest Assessed Rank
7 kyu
Lowest Assessed Rank
8 kyu
Ad
Contributors
  • DaveGuymon Avatar
  • ZozoFouchtra Avatar
  • Unnamed Avatar
  • GiacomoSorbi Avatar
  • Blind4Basics Avatar
  • Jarch24 Avatar
  • Souzooka Avatar
  • rowcased Avatar
  • FArekkusu Avatar
  • monadius Avatar
  • user9644768 Avatar
  • cliffstamp Avatar
  • stellartux Avatar
  • albertogcmr Avatar
  • jebreen Avatar
  • user8436785 Avatar
  • ejini战神 Avatar
  • akar-0 Avatar
  • dfhwze Avatar
Ad