static void Main(string[] args) { TestExec exec = new TestExec(); "Demonstrating Project#2 Requirements".title('='); exec.TestR2(); WriteLine("\n=========================================End of requirement #2==========================================\n"); exec.stopForExecution(); "\nDemonstrating Project#3 Requirements".title('='); WriteLine(); exec.TestR3(); WriteLine("\n=========================================End of requirement #3==========================================\n"); exec.stopForExecution(); "\nDemonstrating Project#4 Requirements".title('='); WriteLine(); exec.TestR4(); WriteLine("\n=========================================End of requirement #4==========================================\n"); exec.stopForExecution(); "\nDemonstrating Project#5 Requirements".title('='); WriteLine(); exec.TestR5(); WriteLine("\n=========================================End of requirement #5==========================================\n"); exec.stopForExecution(); "\nDemonstrating Project#6 Requirements".title('='); WriteLine(); exec.TestR6(); WriteLine("\n=========================================End of requirement #6==========================================\n"); exec.stopForExecution(); "\nDemonstrating Project#7 Requirements".title('='); WriteLine(); exec.TestR7(); WriteLine("\n=========================================End of requirement #7==========================================\n"); exec.stopForExecution(); "\nDemonstrating Project#8 Requirements".title('='); WriteLine(); exec.TestR8(); WriteLine("\n=========================================End of requirement #8==========================================\n"); exec.stopForExecution(); "\nDemonstrating project#9 requirements".title('='); WriteLine(); exec.TestR9(); WriteLine("\n=========================================End of requirement #9==========================================\n"); exec.stopForExecution(); WriteLine(); "Demonstrating project#12 requirements".title('='); WriteLine(); exec.TestR12(); ReadLine(); }