Skip to content

Commit 04e11de

Browse files
authored
Update challenges.md
1 parent 015be3e commit 04e11de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/branching_logic/challenges.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ void main() {
4141

4242
## Challenge 4
4343

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

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

0 commit comments

Comments
 (0)