Quinton_Jason_Lab2_1.c: using handler to print 'Hello WOrld' after SIGALRM toggles. once handler is executed, control var toggles, terminating while loop waiting for alarm in main() to print 'Turing was right!'. Quinton_Jason_Lab2_2.c: looping alarm signal and handler with SIGALRM until SIGINT toggled via 'ctrl-c' input from user(kill cmd). handler for SIGINT prints the number of alarm signals and seconds elapsed, then exits the program