public static void Main()
Console.WriteLine("Hello World");
int x = int.Parse(Console.ReadLine());
char x = char.Parse(Console.ReadLine());
str x = Console.ReadLine();
for (int i = 1 ; i <= 100 ; i++)
int[] x = new int[3]; or int[] x = new int[3]{1,5,6};
x[num] = num (to replace something)
public static (what comes out( void , [])) x(int/string[] info)
int/bool/double name = x (info);