diff --git a/Worksheet_1/README.md b/Worksheet_1/README.md
index 0bc8c47e23f9ed8e2fc07e4eaf0d9a8e5056991b..13c313419ed5a9aedd12579de56e40c75dbb30cd 100644
--- a/Worksheet_1/README.md
+++ b/Worksheet_1/README.md
@@ -129,7 +129,7 @@ call _print_int
 
 **Description**: This screenshot demonstrates the result of Task 1, where two integers (`10` and `20`) are added using assembly code. The result (`30`) is displayed in the terminal.
 
-![Task 1 Output](Screenshot%202024-12-04%20at%201.51.07%20AM.png)
+![Task 1 Output](images/photo1.png)
 
 ---
 
@@ -202,7 +202,7 @@ call _print_int
 ## Screenshot of Task 2
 The following screenshot demonstrates the successful execution of Task 2. It showcases the program's ability to validate user input and sum an array of integers within a specified range.
 
-![Task 2 Output](Screenshot_2024-12-04_at_1.55.58_AM.png)
+![Task 2 Output](images/photo2.png)
 
 ## Explanation
 In Task 2, the program performs two main functions:
@@ -267,7 +267,7 @@ Uses a loop to add all integers between start and end inclusively.
 ## Screenshot of Task 3
 The following screenshot demonstrates the successful execution of Task 3. It shows the program prompting the user to enter the size of an array and values one by one. It calculates the maximum, minimum, and sum of all values.
 
-![Task 3 Output](Screenshot_2024-12-04_at_3.13.24_AM.png)
+![Task 3 Output](images/photo3.png)
 
 ## Explanation
 In Task 3, the program performs the following operations:
diff --git a/Worksheet_1/images/photo1.png b/Worksheet_1/images/photo1.png
new file mode 100644
index 0000000000000000000000000000000000000000..c193547f61a54fce86a71af4c111774272fc4f12
Binary files /dev/null and b/Worksheet_1/images/photo1.png differ
diff --git a/Worksheet_1/images/photo2.png b/Worksheet_1/images/photo2.png
new file mode 100644
index 0000000000000000000000000000000000000000..49cbc552ea191029f61fa192d9bf766ba68f270f
Binary files /dev/null and b/Worksheet_1/images/photo2.png differ
diff --git a/Worksheet_1/images/photo3.png b/Worksheet_1/images/photo3.png
new file mode 100644
index 0000000000000000000000000000000000000000..0dbf6c69da64e20367fffb74584fb4727bff6cb3
Binary files /dev/null and b/Worksheet_1/images/photo3.png differ