예제 #1
0
        public void Problem9()
        {
            Pb9 p     = new Pb9();
            int resul = p.Product();

            Assert.AreEqual(resul, 31875000);
        }
예제 #2
0
 public void Problem9()
 {
     Pb9 p = new Pb9();
     int resul = p.Product();
     Assert.AreEqual(resul, 31875000);
 }