We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a5c002 commit f98c244Copy full SHA for f98c244
README.md
@@ -1 +1,10 @@
1
-# csharp-fundamentals-arrays
+# C# Arrays
2
+
3
+## Learning Objectives
4
+- Use arrays to store collections of data
5
6
+Set up instructions
7
+Fork this repository and clone the forked version to your machine
8
+Open the solution
9
+Implement the requirements listed in Core.cs
10
+When ready to test your solution, open the Test Explorer to run tests.
0 commit comments