question about C# program structure

Thread Starter

hunterage2000

Joined May 2, 2010
487
Morning all,

I am new to C# programming and I want to know what the C# program structure is.

I have attached a .cs file.

Can someone tell me why the 2nd code won't build? I get quite a few errors.
 

Attachments

MrSoftware

Joined Oct 29, 2013
2,273
What do you mean "won't work". Are you getting compiler errors, or is the behavior of the compiled binary not what you're expecting?
 
Top