Visual C#: Searching & Sorting Arrays. Part 2 - C# Loading Arrays & Displaying in Winform ListBoxes

preview_player
Показать описание
Visual C#: Searching & Sorting Arrays. Part 2 - C# Loading Arrays and Displaying Results in Winform ListBoxes

In this assignment we will code array declarations, load parallel arrays, look up array values, and display the content of the arrays.
Then we will sort and search the parallel arrays.
Customer information (id, name, discount code) is stored in a data file and will be loaded into three parallel arrays. The discount code will then be looked up in a discount code array to get the discount rate. The appropriate discount rate should then be loaded into the 4th parallel array. The four parallel arrays should be able
to hold up to 10 customers. The values in the four parallel arrays will be displayed in list boxes so that manipulation of the data can be displayed.

Learning to code? Follow my C# tutorials for beginners. I do a lot of C# programming challenges and C# projects as part of my homework - every day!
If you are learning to program, nothing beats solving real programming exercises and coding challenges.
So don't forget to subscribe, as I release several programming videos every week!

Рекомендации по теме
Комментарии
Автор

hey I keep getting error, saying "not loaded"

menmaanene
Автор

you forgot to add a function to add data to the file

Discostoff