Using Visual Basic // C#
I\'m trying to search through my stored arrays for a match to the user input. For example, the user has stored the data for a USB, and now wish
Add below to you code
using System.Linq;