using System;
public class Program
{
public static void Main(string[] args)
var pokemon = ("");
var pokemonlist = new string[5];
for (int i = 0; i < 5; i++)
Console.WriteLine("Enter a pokemon ");
pokemon = Console.ReadLine();
pokemonlist[i] = pokemon;
}
foreach (var pokemons in pokemonlist)
Console.WriteLine(pokemons);
//System.Threading.Thread.Sleep(200);
Console.WriteLine("");
//System.Threading.Thread.Sleep(3000);