diff --git a/README.md b/README.md
index b5809c61bcff519200114dc9cd29740a3a6e778c..6545579b05764b129fec8e582ce88044352c1583 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,10 @@
 # Task A
 
+|Student|First Name|Last Name|ID|
+|-|-|-|
+|1|Yong Loong|Ang|yonan994|
+|2|Jarrett Shan Wei|Yeo|jarye821|
+
 ### 1. You should describe which elements implement the Strategy design pattern, and relate the concepts in that design pattern to the example code given. You should be able to reason with respect to both the basic example on GitLab and the elaborate one given above.
 
 |Component|GitLab Example|Given Example|