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:- For-Loops
- While-Loops
- Do-While-Loops
- Arrays
- Form Designer to create the interface
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.