Beispiel #1
0
 private static void EatCandy(CandyStorage db)
 {
     Console.WriteLine("Here is a list to choose candy to eat :");
     db.PrintList();
     Console.WriteLine("Choose just ONE candy by typing it in and hitting enter to EAT!");
     db.FindCandy();
 }