Skip to content

Commit 6bccb40

Browse files
author
Ram swaroop
committed
code refactoring
1 parent 4e8df75 commit 6bccb40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/me/ramswaroop/bits/MultipleOf3.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ public static void main(String a[]) {
5555
*
5656
* If sum of digits in a number is multiple of 3 then number is multiple of
5757
* 3 e.g., for 612 sum of digits is 9 so it’s a multiple of 3. But this solution
58-
* is not efficient. You have to get all decimal digits one by one, add them and then check if sum is multiple of 3.
59-
*
58+
* is not efficient. You have to get all decimal digits one by one, add them and
59+
* then check if sum is multiple of 3.
6060
*/

0 commit comments

Comments
 (0)