Skip to content

Commit

Permalink
Update exercises/practice/collatz-conjecture/.approaches/introduction.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BethanyG authored Aug 13, 2024
1 parent 6bfe7f5 commit 6d73c89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ You can also solve it by using if and else statements or the ternary operator.

## General guidance

The key to this exercise is to check if the number is even and then do the correct operation.
The key to this exercise is to check if the number is even or odd and then perform the correct operation.
Under this process you are supposed to count how many steps it takes to get to one.

## Approach: If/Else
Expand Down

0 comments on commit 6d73c89

Please sign in to comment.