mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -05:00
fix: use proper csharp codeblock (#64550)
This commit is contained in:
@@ -22,7 +22,7 @@ Complete the <a href="https://learn.microsoft.com/training/modules/create-c-shar
|
||||
|
||||
Given the method signature,
|
||||
|
||||
```clike
|
||||
```csharp
|
||||
void Print(string name, string number = "", bool member = false)
|
||||
```
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ Complete the <a href="https://learn.microsoft.com/training/modules/guided-projec
|
||||
|
||||
What is wrong with the following code?
|
||||
|
||||
```clike
|
||||
```csharp
|
||||
int sophiaSum;
|
||||
Console.WriteLine("Sophia: " + sophiaSum);
|
||||
```
|
||||
|
||||
@@ -22,7 +22,7 @@ Complete the <a href="https://learn.microsoft.com/training/modules/csharp-basic-
|
||||
|
||||
What is the value of the following result?
|
||||
|
||||
```clike
|
||||
```csharp
|
||||
int result = 3 + 1 * 5 / 2;
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user