Advertisement
finySTAR

hatos

Apr 28th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.40 KB | None | 0 0
  1.             Console.WriteLine("6.Feladat");
  2.             Console.Write("Kérek egy sorszámot:");
  3.             int sr = int.Parse(Console.ReadLine());
  4.             for (int i = 0; i < a.Count; i++)
  5.             {
  6.                 if (sr==i)
  7.                 {
  8.                     Console.WriteLine("A kért ip cím:",a[i]);
  9.                 }
  10.             }
  11.             Console.ReadLine();
  12.         }
  13.     }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement