public void TestMethod1() { RPNCalculator obj = new RPNCalculator(); Int32 [] arr = { 3, 4, 6, 8, 1 }; Assert.AreEqual(8, obj.find(arr)); }