Skip to content

Commit 9f31b02

Browse files
authored
Merge pull request #33925 from wwlpublish/12110e2d43dafd6d8bb3c4003ffcfbae-live
Modules/M04-perform-basic-operations-numbers-c-sharp
2 parents b026e95 + c78f7c2 commit 9f31b02

16 files changed

+26
-20
lines changed

learn-pr/wwl-language/csharp-basic-operations/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/24/2023
7+
ms.date: 04/13/2023
88
author: wwlpublish
99
ms.author: buzahid
1010
ms.topic: interactive-tutorial

learn-pr/wwl-language/csharp-basic-operations/2-exercise-add-numbers.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ title: Exercise - Perform addition with implicit data conversion
44
metadata:
55
title: Exercise - Perform addition with implicit data conversion
66
description: "Exercise - Perform addition with implicit data conversion"
7-
ms.date: 02/24/2023
7+
ms.date: 04/13/2023
88
author: wwlpublish
99
ms.author: buzahid
1010
ms.topic: interactive-tutorial
1111
ms.prod: learning-azure
12-
interactive: csharp
1312
durationInMinutes: 10
1413
content: |
15-
[!include[](includes/2-exercise-add-numbers.md)]
14+
[!include[](includes/2-exercise-add-numbers.md)]
15+
interactive: csharp

learn-pr/wwl-language/csharp-basic-operations/3-exercise-math-operators.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ title: Exercise - Perform math operations
44
metadata:
55
title: Exercise - Perform math operations
66
description: "Exercise - Perform math operations"
7-
ms.date: 02/24/2023
7+
ms.date: 04/13/2023
88
author: wwlpublish
99
ms.author: buzahid
1010
ms.topic: interactive-tutorial
1111
ms.prod: learning-azure
12-
interactive: csharp
1312
durationInMinutes: 10
1413
content: |
15-
[!include[](includes/3-exercise-math-operators.md)]
14+
[!include[](includes/3-exercise-math-operators.md)]
15+
interactive: csharp

learn-pr/wwl-language/csharp-basic-operations/4-exercise-increment-decrement.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ title: Exercise - Increment and decrement values
44
metadata:
55
title: Exercise - Increment and decrement values
66
description: "Exercise - Increment and decrement values"
7-
ms.date: 02/24/2023
7+
ms.date: 04/13/2023
88
author: wwlpublish
99
ms.author: buzahid
1010
ms.topic: interactive-tutorial
1111
ms.prod: learning-azure
12-
interactive: csharp
1312
durationInMinutes: 10
1413
content: |
15-
[!include[](includes/4-exercise-increment-decrement.md)]
14+
[!include[](includes/4-exercise-increment-decrement.md)]
15+
interactive: csharp

learn-pr/wwl-language/csharp-basic-operations/5-challenge.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ title: Complete the challenge
44
metadata:
55
title: Complete the challenge
66
description: "Complete the challenge"
7-
ms.date: 02/24/2023
7+
ms.date: 04/13/2023
88
author: wwlpublish
99
ms.author: buzahid
1010
ms.topic: interactive-tutorial
1111
ms.prod: learning-azure
12-
interactive: csharp
1312
durationInMinutes: 10
1413
content: |
15-
[!include[](includes/5-challenge.md)]
14+
[!include[](includes/5-challenge.md)]
15+
interactive: csharp

learn-pr/wwl-language/csharp-basic-operations/6-solution.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ title: Review the solution
44
metadata:
55
title: Review the solution
66
description: "Review the solution"
7-
ms.date: 02/24/2023
7+
ms.date: 04/13/2023
88
author: wwlpublish
99
ms.author: buzahid
1010
ms.topic: interactive-tutorial
1111
ms.prod: learning-azure
12-
interactive: csharp
1312
durationInMinutes: 3
1413
content: |
15-
[!include[](includes/6-solution.md)]
14+
[!include[](includes/6-solution.md)]
15+
interactive: csharp

learn-pr/wwl-language/csharp-basic-operations/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: 02/24/2023
7+
ms.date: 04/13/2023
88
author: wwlpublish
99
ms.author: buzahid
1010
ms.topic: interactive-tutorial

learn-pr/wwl-language/csharp-basic-operations/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: 02/24/2023
7+
ms.date: 04/13/2023
88
author: wwlpublish
99
ms.author: buzahid
1010
ms.topic: interactive-tutorial

learn-pr/wwl-language/csharp-basic-operations/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
The applications you'll build in C# will require that you operate on literal and variable numeric data. Examples might include:
45

56
- Performing simple mathematical operations including addition, subtraction, multiplication, and division

learn-pr/wwl-language/csharp-basic-operations/includes/2-exercise-add-numbers.md

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

22

3+
34
Often, you'll want to perform mathematical operations on numeric data. You'll start with addition in this unit, and expand to other operations in the next unit because there's an important lesson to learn about how the C# compiler parses and interprets your code.
45

56
## Add two numeric values

0 commit comments

Comments
 (0)