Ethiopian multiplication: Difference between revisions

Content added Content deleted
(isEven function was using a mod? Don't you kids know how to program?)
Line 360: Line 360:
<lang csharp>static void Main(string[] args)
<lang csharp>static void Main(string[] args)
{
{
EthopianMultiplication(17, 34);
EthiopianMultiplication(17, 34);
Console.ReadKey();
Console.ReadKey();
}
}