creating my first c# project, i can't work out how to declare a variable as public.
Code:
public string name;
when i try the above code, it says "Invalid expression term 'public'".