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/guided-project-visit-petting-zoo/index.yml
+9-27Lines changed: 9 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -16,41 +16,23 @@ metadata:
16
16
title: Guided project - Plan a Petting Zoo Visit
17
17
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.
18
18
abstract: |
19
-
-
19
+
- Plan design details with pseudo-code.
20
20
21
-
Plan design details with pseudo-code
21
+
- Use methods to perform specific tasks.
22
22
23
-
-
23
+
- Create methods that accept require and optional parameters.
24
24
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.
34
26
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.
46
28
47
-
-
29
+
- Experience using C# data types including int, string, and arrays.
48
30
49
-
Experience using the `Random` class to generate a random number.
31
+
- Experience using switch statements, if-else statements, and for loops.
50
32
51
-
-
33
+
- Experience using the Random class to generate a random number.
0 commit comments