From ae5e00cf64f83535b5130b08e2b31a9793a37c53 Mon Sep 17 00:00:00 2001
From: Wendy Breiding <55603905+webreidi@users.noreply.github.com>
Date: Wed, 18 Sep 2024 14:26:07 -0700
Subject: [PATCH] replacing replit on control structures page
---
content/english/csharp-basics/control-structures.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/english/csharp-basics/control-structures.md b/content/english/csharp-basics/control-structures.md
index 56b346e78..d6c7d7596 100644
--- a/content/english/csharp-basics/control-structures.md
+++ b/content/english/csharp-basics/control-structures.md
@@ -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:
-Launch Replit
+
## Repeat It Again: For-Loop, While-Loop
@@ -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!
-Launch Replit
+