Skip to content

Commit 27690e8

Browse files
authored
changed files by pdets auto publish service, publishid[50f7664d-553a-4bb4-a5f5-94195fdba600] and do [publish].
1 parent 1206435 commit 27690e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

learn-pr/wwl-language/csharp-arrays-operations/includes/7-challenge-2.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ Data comes in many formats. In this challenge you have to parse the individual "
88
string orderStream = "B123,C234,A345,C15,B177,G3003,C235,B179";
99
```
1010

11-
1. Notice in the previous code, the `orderStream` variable contains a `string` of multiple Order IDs separated by commas
11+
1. Notice in the previous code, the `orderStream` variable contains a `string` of multiple Order IDs separated by commas.
1212

13-
1. Add code below the previous code to parse the "Order IDs" from the `string` of incoming orders and store the "Order IDs" in an array
13+
1. Add code below the previous code to parse the "Order IDs" from the `string` of incoming orders and store the "Order IDs" in an array.
1414

15-
1. Add code to output each "Order ID" in sorted order and tag orders that aren't exactly four characters in length as "- Error"
15+
1. Add code to output each "Order ID" in sorted order and tag orders that aren't exactly four characters in length as "- Error".
1616

1717
1. Save and run your code
1818

0 commit comments

Comments
 (0)