public static void Main()
int [] getallen = new int [6];
for(int i = 0; i < getallen.Length; i++){
getallen[i] = Convert.ToInt16(Console.ReadLine());
for(int j = 0; j < getallen.Length; j++){
if(getallen[j] > grootste){
Console.WriteLine("Het grootste getal is: " + grootste);