Skip to content

Commit

Permalink
Update challenges.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bowbahdoe authored Sep 5, 2024
1 parent 015be3e commit 04e11de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/branching_logic/challenges.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ void main() {

## Challenge 4

Write code that will assign the string `The number is {x} is even` to `message` if `x` is an even number
and `The number is {x} is odd` if `x` is an odd number.
Write code that will assign the string `The number {x} is even` to `message` if `x` is an even number
and `The number {x} is odd` if `x` is an odd number.

So if `x` is 12 the string you should assign `The number 12 is even` to `message`.

Expand Down

0 comments on commit 04e11de

Please sign in to comment.