using System.Collections.Generic;
public static void Main()
Console.WriteLine("Въведете от клавиатурата 10 думи, разделени точно с един интервал");
String str = Console.ReadLine();
String word = "", kusa = "", dulga = "";
String[] words = new String[100];
for (int i = 0; i < str.Length; i++)
for (int k = 0; k < length; k++)
if (kusa.Length > words[k].Length)
if (dulga.Length < words[k].Length)
Console.WriteLine("Най-къса дума: " + kusa);
Console.WriteLine("Най-дълга дума: " + dulga);