Choose Category
<data type> <name>;
string name;
<visibility> <data type> <name> = <value>;
public string name; //Visible to all private string name; //Not visible to all