Skip to content

Commit 59b47fb

Browse files
authored
changed files by pdets auto publish service, publishid[85c0407e-11c1-46eb-9177-16d80cf18f67] and do [publish].
1 parent 899ec4f commit 59b47fb

12 files changed

+16
-26
lines changed

learn-pr/wwl-language/challenge-project-develop-branching-looping-structures-c-sharp/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: 02/22/2024
7+
ms.date: 06/16/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Prepare
44
metadata:
55
title: Prepare
66
description: "Prepare"
7-
ms.date: 02/22/2024
7+
ms.date: 06/16/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Ensure that petAge and petPhysicalDescription contain valid in
44
metadata:
55
title: Exercise - Ensure that petAge and petPhysicalDescription contain valid information
66
description: "Exercise - Ensure that petAge and petPhysicalDescription contain valid information"
7-
ms.date: 02/22/2024
7+
ms.date: 06/16/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-language/challenge-project-develop-branching-looping-structures-c-sharp/4-exercise-build-loop-verify-personality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Ensure that pet nicknames and personality descriptions are com
44
metadata:
55
title: Exercise - Ensure that pet nicknames and personality descriptions are complete
66
description: "Exercise - Ensure that pet nicknames and personality descriptions are complete"
7-
ms.date: 02/22/2024
7+
ms.date: 06/16/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Module assessment
44
metadata:
55
title: Module assessment
66
description: "Knowledge check"
7-
ms.date: 02/22/2024
7+
ms.date: 06/16/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-language/challenge-project-develop-branching-looping-structures-c-sharp/6-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: 02/22/2024
7+
ms.date: 06/16/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-language/challenge-project-develop-branching-looping-structures-c-sharp/includes/1-introduction.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
2-
3-
41
Applications often use a combination of selection and iteration statements to establish code execution paths. In addition, user input and calculations influence the flow through an application. Creating a user interface that implements a design specification can be challenging.
52

63
Suppose you're a developer working on the Contoso Pets application, an application that's used to find homes for stray or abandoned pets. Some of the development work has already been completed. For example, the application's main menu and the code used to store new pet information have been developed. However, certain information isn't always available when a pet is entered in your system. You need to develop the features that ensure a complete dataset exists for each animal in your care.

learn-pr/wwl-language/challenge-project-develop-branching-looping-structures-c-sharp/includes/2-prepare.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
2-
3-
4-
51
In this challenge project, you'll use Visual Studio Code to develop portions of a C# console application. You'll use boolean expressions, selection statements, and iteration statements to implement the features of a design specification. As you develop the application, you'll need to scope variables at the appropriate level.
62

73
## Project specification

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
2-
3-
41
The Contoso Pets application is used to help find new homes for abandoned pets. Your goal in this challenge is to develop the application features used to ensure that you have a completed dataset for each animal in the ourAnimals array.
52

63
## Specification

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
2-
3-
41
The Contoso Pets app is used to help find new homes for abandoned pets. Your goal in this challenge is to develop the app features used to ensure that we have a completed dataset for each animal in the ourAnimals array.
52

63
## Specification

0 commit comments

Comments
 (0)