We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a1cfd commit 0e739deCopy full SHA for 0e739de
src/main/java/com/fishercoder/solutions/_1342.java
@@ -35,7 +35,7 @@
35
* */
36
public class _1342 {
37
public static class Solution1 {
38
- public int numberOfSteps (int num) {
+ public int numberOfSteps(int num) {
39
int steps = 0;
40
while (num != 0) {
41
if (num % 2 == 0) {
0 commit comments