Skip to content

Commit 8dfff8e

Browse files
authored
changed files by pdets auto publish service, publishid[41198eb5-2d47-4918-93d7-ffdbe22cc213] and do [publish].
1 parent dabe623 commit 8dfff8e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

learn-pr/wwl-language/challenge-project-develop-branching-looping-structures-c-sharp/includes/3-exercise-build-loop-verify-physical.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ This feature must:
1717

1818
- Enforce the following validation rules for animalPhysicalDescription:
1919

20-
- Values cannot be null.
21-
- Values cannot have zero characters.
20+
- Values can't be null.
21+
- Values can't have zero characters.
2222
- Any further restriction is up to the developer.
2323

2424
- Inform the application user when all data requirements are met, pausing the application to ensure the message can be seen and responded to.
@@ -30,7 +30,7 @@ To validate that your code satisfies the specified requirements, complete the fo
3030
1. Use Visual Studio Code to build and run your app.
3131

3232
> [!NOTE]
33-
> 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.
33+
> You can exit the verification test before completing all of the verification steps if see a result that doesn't 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're working on, save your updates to the Program.cs file, and then re-build and run your code.
3434
3535
1. At the Terminal command prompt, enter **3**
3636

learn-pr/wwl-language/challenge-project-develop-branching-looping-structures-c-sharp/index.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ abstract: |
2323
2424
- Scope variables at an appropriate level within an application.
2525
prerequisites: |
26-
- Experience using Visual Studio Code to develop, build, and run C# console applications that include console I/O and access the methods of .NET classes
26+
- Experience using Visual Studio Code to develop, build, and run C# console applications that include console I/O and access the methods of .NET classes.
2727
28-
- Experience using C# code to evaluate conditional expressions and manage variable scope inside and outside of code blocks
28+
- Experience using C# code to evaluate conditional expressions and manage variable scope inside and outside of code blocks.
2929
30-
- Experience using if-elseif-else and switch-case statements in C# to match a variable or expression against several possible outcomes
30+
- Experience using if-elseif-else and switch-case statements in C# to match a variable or expression against several possible outcomes.
3131
32-
- Experience using foreach, for, do, and while statements in C# to loop through a block of code and access elements of array variables
32+
- Experience using foreach, for, do, and while statements in C# to loop through a block of code and access elements of array variables.
3333
iconUrl: /training/achievements/7-challenge-project-develop-branching-and-looping-structures-in-csharp.svg
3434
levels:
3535
- beginner

0 commit comments

Comments
 (0)