Skip to content

Commit

Permalink
replacing replit on control structures page
Browse files Browse the repository at this point in the history
  • Loading branch information
webreidi authored Sep 18, 2024
1 parent af0e118 commit ae5e00c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/english/csharp-basics/control-structures.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Patrick should say "Good Morning" between 0:00 - 11:59, "Good Afternoon" between
2. Fill out the correct `boolean expression A` and `boolean expression B` to complete the program.
3. Test your result by assigning the variable `currentHour` to numbers from 0 to 23:

<a class="my-2 mx-4 btn btn-info" href="https://replit.com/@nuevofoundation/CSharpBasicsControlStructures" target="_blank">Launch Replit</a>
<iframe width="100%" height="475" src="https://dotnetfiddle.net/Widget/T6AUdh" frameborder="0"></iframe>

## Repeat It Again: For-Loop, While-Loop

Expand Down Expand Up @@ -160,4 +160,4 @@ Console.WriteLine("Answer calculated in a while loop: " + total);

Test this out below by clicking `Run` and write a `for` loop version that calculates the same thing! You should get the same answer!

<a class="my-2 mx-4 btn btn-info" href="https://replit.com/@nuevofoundation/CSharpBasicsLoops" target="_blank">Launch Replit</a>
<iframe width="100%" height="475" src="https://dotnetfiddle.net/Widget/ySFwK0" frameborder="0"></iframe>

0 comments on commit ae5e00c

Please sign in to comment.