Skip to content

Commit

Permalink
[Collatz Conjecture] Approaches - missing words fix (#3753)
Browse files Browse the repository at this point in the history
* Added missing words in General guidance text

* Update exercises/practice/collatz-conjecture/.approaches/introduction.md

---------

Co-authored-by: BethanyG <[email protected]>
  • Loading branch information
ebogucka and BethanyG authored Aug 13, 2024
1 parent 56d1587 commit adaa483
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 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 adaa483

Please sign in to comment.