votes
Problem defining a list in c#
hello,i try to make a program that the user inserts a product which can be a laptop,a smartphone or a desktop pc.I try to make it with arrays but i couldnt dynamically change their size ,so i try with lists. Here is what i've so far main ...
