Skip to content

Commit 8308798

Browse files
authored
changed files by pdets auto publish service, publishid[9974b2ed-1fc2-4544-8283-0cf3d61b05aa] and do [publish].
1 parent 781401f commit 8308798

File tree

1 file changed

+9
-27
lines changed
  • learn-pr/wwl-language/guided-project-visit-petting-zoo

1 file changed

+9
-27
lines changed

learn-pr/wwl-language/guided-project-visit-petting-zoo/index.yml

Lines changed: 9 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -16,41 +16,23 @@ metadata:
1616
title: Guided project - Plan a Petting Zoo Visit
1717
summary: Demonstrate your ability to develop a console app that relies on methods with different parameters and return values to coordinate a visit to the petting zoo.
1818
abstract: |
19-
-
19+
- Plan design details with pseudo-code.
2020
21-
Plan design details with pseudo-code
21+
- Use methods to perform specific tasks.
2222
23-
-
23+
- Create methods that accept require and optional parameters.
2424
25-
Use methods to perform specific tasks
26-
27-
-
28-
29-
Create methods that accept require and optional parameters
30-
31-
-
32-
33-
Use values returned from methods
25+
- Use values returned from methods.
3426
prerequisites: |
35-
-
36-
37-
Experience using Visual Studio Code to develop, build, and run C# console applications
38-
39-
-
40-
41-
Experience using C# data types including `int`, `string`, and arrays
42-
43-
-
44-
45-
Experience using `switch` statements, if-else statements, and `for` loops
27+
- Experience using Visual Studio Code to develop, build, and run C# console applications.
4628
47-
-
29+
- Experience using C# data types including int, string, and arrays.
4830
49-
Experience using the `Random` class to generate a random number.
31+
- Experience using switch statements, if-else statements, and for loops.
5032
51-
-
33+
- Experience using the Random class to generate a random number.
5234
53-
Basic understanding of C# methods
35+
- Basic understanding of C# methods.
5436
iconUrl: /training/achievements/guided-project-visit-petting-zoo.svg
5537
levels:
5638
- beginner

0 commit comments

Comments
 (0)