cs12c form
cs12c code

How I Created It:

This program is used for loading the table, displaying it, and finding the location(s) of the numbers. This was the first time that I used arrays in C#, so getting it correct was a bit difficult. I also used both For-Loops and While-Loops.

Here is a list of most of the elements and attributes that I used, many of them for the first time:

What I Learned:

I learned to use arrays in C#, and all three types of loops. This assignment definitely gave me problems, but I am glad that I finished it.