We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 015be3e commit 04e11deCopy full SHA for 04e11de
src/branching_logic/challenges.md
@@ -41,8 +41,8 @@ void main() {
41
42
## Challenge 4
43
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.
+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.
46
47
So if `x` is 12 the string you should assign `The number 12 is even` to `message`.
48
0 commit comments