You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/wwl-language/challenge-project-work-variable-data-c-sharp/includes/3-exercise-search-multiple-terms.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,9 +52,9 @@ To validate that your code satisfies the specified requirements, complete the fo
52
52
> [!NOTE]
53
53
> 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.
54
54
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
56
56
57
-
1. At the command prompt, enter **2** menu:
57
+
3. At the command prompt, enter **2** menu:
58
58
59
59
```Output
60
60
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
67
67
Enter dog characteristics to search for separated by commas
68
68
```
69
69
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:
71
71
72
72
```Output
73
73
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
88
88
Press the Enter key to continue
89
89
```
90
90
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
92
92
93
-
1. At the command prompt, enter **2** menu:
93
+
6. At the command prompt, enter **2** menu:
94
94
95
95
```Output
96
96
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
104
104
105
105
```
106
106
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:
108
108
109
109
```Output
110
110
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
116
116
Press the Enter key to continue
117
117
```
118
118
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.
120
120
121
121
> [!NOTE]
122
122
> 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