Skip to content

Commit d6cba43

Browse files
Merge pull request #34185 from wwlpublish/33ff915f56191c3b8eea03b307580906-live
Modules/M04-guided-project-visit-petting-zoo
2 parents 4eed66c + 5ada7f4 commit d6cba43

17 files changed

+100
-93
lines changed

learn-pr/achievements/generic-badge.svg

Lines changed: 84 additions & 84 deletions
Loading

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Introduction
44
metadata:
55
title: Introduction
66
description: "Introduction"
7-
ms.date: 03/21/2023
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: buzahid
1010
ms.topic: interactive-tutorial

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Prepare for guided project
44
metadata:
55
title: Prepare for guided project
66
description: "Prepare for guided project"
7-
ms.date: 03/21/2023
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: buzahid
1010
ms.topic: interactive-tutorial

learn-pr/wwl-language/guided-project-visit-petting-zoo/3-exercise-plan-use-methods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Plan your code using methods
44
metadata:
55
title: Exercise - Plan your code using methods
66
description: "Exercise - Plan your code using methods"
7-
ms.date: 03/21/2023
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: buzahid
1010
ms.topic: interactive-tutorial

learn-pr/wwl-language/guided-project-visit-petting-zoo/4-exercise-shuffle-array.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Create a method to shuffle an array
44
metadata:
55
title: Exercise - Create a method to shuffle an array
66
description: "Exercise - Create a method to shuffle an array"
7-
ms.date: 03/21/2023
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: buzahid
1010
ms.topic: interactive-tutorial

learn-pr/wwl-language/guided-project-visit-petting-zoo/5-exercise-optional-parameters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Create a method with an optional parameter
44
metadata:
55
title: Exercise - Create a method with an optional parameter
66
description: "Exercise - Create a method with an optional parameter"
7-
ms.date: 03/21/2023
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: buzahid
1010
ms.topic: interactive-tutorial

learn-pr/wwl-language/guided-project-visit-petting-zoo/6-exercise-display-results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Create a method to display the results
44
metadata:
55
title: Exercise - Create a method to display the results
66
description: "Exercise - Create a method to display the results"
7-
ms.date: 03/21/2023
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: buzahid
1010
ms.topic: interactive-tutorial

learn-pr/wwl-language/guided-project-visit-petting-zoo/7-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Knowledge check
44
metadata:
55
title: Knowledge check
66
description: "Knowledge check"
7-
ms.date: 03/21/2023
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: buzahid
1010
ms.topic: interactive-tutorial

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Summary
44
metadata:
55
title: Summary
66
description: "Summary"
7-
ms.date: 03/21/2023
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: buzahid
1010
ms.topic: interactive-tutorial

learn-pr/wwl-language/guided-project-visit-petting-zoo/includes/1-introduction.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

22

3+
34
Methods are a fundamental programming concept. They provide code reusability, improve readability, and reduce the size of your code. Methods help you break down complex problems into modularized tasks, and help organize your code. Now that you've learned about methods, you're ready to start developing more functionality into your programs!
45

56
Suppose you're an event coordinator for a petting zoo. You must regularly coordinate visits from different schools and organize animal visits for several groups of students. You decide to write an application that helps you plan school visits. The application divides students into groups and assigns them a set of animals to visit. The students will rotate groups after they visit their assigned animals. You decide to randomize the order animals so that each school's visit is unique.

0 commit comments

Comments
 (0)