Skip to content

Commit c5c9c02

Browse files
authored
changed files by pdets auto publish service, publishid[364415e8-9fb1-4cef-bba3-7e8be2f3409c] and do [publish].
1 parent b0ebbee commit c5c9c02

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

learn-pr/wwl-language/challenge-project-work-variable-data-c-sharp/includes/3-exercise-search-multiple-terms.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ To validate that your code satisfies the specified requirements, complete the fo
5252
> [!NOTE]
5353
> You can exit the verification test before completing all of the verification steps if see a result that does not satisfy the specification requirements. To force an exit from the running program, in the Terminal panel, press **Ctrl-C**. After exiting the running app, complete the edits that you believe will address the issue you are working on, save your updates to the Program.cs file, and then re-build and run your code.
5454
55-
1. The terminal command prompt should display as the starting point for the program
55+
2. The terminal command prompt should display as the starting point for the program
5656

57-
1. At the command prompt, enter **2** menu:
57+
3. At the command prompt, enter **2** menu:
5858

5959
```Output
6060
Welcome to the Contoso PetFriends app. Your main menu options are:
@@ -67,7 +67,7 @@ To validate that your code satisfies the specified requirements, complete the fo
6767
Enter dog characteristics to search for separated by commas
6868
```
6969
70-
1. At the command prompt, enter **large, cream, golden** to test when more than one search term matches the dog descriptions. Verify that the Terminal panel updates with a message similar to the code output sample:
70+
4. At the command prompt, enter **large, cream, golden** to test when more than one search term matches the dog descriptions. Verify that the Terminal panel updates with a message similar to the code output sample:
7171
7272
```Output
7373
Enter dog characteristics to search for separated by commas
@@ -88,9 +88,9 @@ To validate that your code satisfies the specified requirements, complete the fo
8888
Press the Enter key to continue
8989
```
9090
91-
1. At the command prompt, press the enter key to continue to the main menu
91+
5. At the command prompt, press the enter key to continue to the main menu
9292
93-
1. At the command prompt, enter **2** menu:
93+
6. At the command prompt, enter **2** menu:
9494
9595
```Output
9696
Welcome to the Contoso PetFriends app. Your main menu options are:
@@ -104,7 +104,7 @@ To validate that your code satisfies the specified requirements, complete the fo
104104
105105
```
106106
107-
1. At the command prompt, enter **big, grey, stripes** to test when none of the search terms match dog descriptions. Verify that the Terminal panel updates with a message similar to the code output samples:
107+
7. At the command prompt, enter **big, grey, stripes** to test when none of the search terms match dog descriptions. Verify that the Terminal panel updates with a message similar to the code output samples:
108108
109109
```Output
110110
Enter dog characteristics to search for separated by commas
@@ -116,7 +116,7 @@ To validate that your code satisfies the specified requirements, complete the fo
116116
Press the Enter key to continue
117117
```
118118
119-
1. If you specified further restrictions for valid entries, run the appropriate test cases to verify your work.
119+
8. If you specified further restrictions for valid entries, run the appropriate test cases to verify your work.
120120
121121
> [!NOTE]
122122
> If your code meets the requirements you should be able to complete each step in order and see the expected results in a single test pass. If you added additional restrictions, you may need to exit the application and then run a separate test pass to complete your verification.

0 commit comments

Comments
 (0)