Exemplo n.º 1
0
        public void Problem5()
        {
            Pb5 p     = new Pb5();
            int resul = p.DivideBy20();

            Assert.AreEqual(resul, 232792561);
        }
Exemplo n.º 2
0
        public void Problem5()
        {
            Pb5 p = new Pb5();
            int resul = p.DivideBy20();

            Assert.AreEqual(resul, 232792561);
        }