I'm stumped here. I just started up on C#, and I'm trying to rewrite some of my old VB6 projects to get a feel for how the new language works... this little Lottery program would be a good one, except it uses several arrays to do its calculations, and I can't figure out what the C# parallel is. I know how to do it with variables, but that's not the problem.. the problem is the labels...

Any pointers?