Save
com prog
syntax & semantics
Save
Share
Learn
Content
Leaderboard
Learn
Created by
vivivivi
Visit profile
Cards (5)
namespace
- used to organized your code
{} curly braces
- marks the beginning and the end of the code
class-
cointainer of the data and method
System.Console.WriteLine()-
to print the output or input of the text
every c# statements ends with the
semicolon