Beispiel #1
0
        static void Main(string[] args)
        {
            // Call functions defined in the namespace

            Question1 finder = new Question1();

            Console.WriteLine("Solution from IdealGas is {0}", finder.idealGas(41, 625));
            Console.WriteLine("Solution from virialTrunc is {0}", finder.virialTrunc(41, 625));
            Console.ReadKey();
        }
Beispiel #2
0
        static void Main(string[] args)
        {
            // Call functions defined in the namespace

            Question1 finder = new Question1();

            Console.WriteLine("Solution from IdealGas is {0}",finder.idealGas(41,625));
            Console.WriteLine("Solution from virialTrunc is {0}",finder.virialTrunc(41,625));
            Console.ReadKey();
        }