0
Hey everyone. I'm having trouble creating a class for my Pokedex. I'm to not use just if statements
public class Pokedex { string Pokemon; int Type; int Evolution; int Weakness; public void ShowStats(); { Console.WriteLine("ShowStats"); } { int Pokemon = Convert.ToInt32(Console.ReadLine()); Console.WriteLine("No.{0}", Pokemon); }
1 Odpowiedź
0
What do you mean?