PROGRAM WILL NOT COMPILEYou declare some functions up top (displayRules, retrievePlay, etc.), but they're not defined anywhe...
Print list of value using only i/o and whileAfter you read in the numbers, use an if statement to check if the first int is bigger than the seco...
Using Z to exitOn line 15 I think you mean to read into Z, not n. Also you really should use the loop structure th...
Template and max functionThe program ran fine for me on an online compiler, so maybe there's something wrong with your Xcode ...
Call and compare the same valueThe code to check if it is greater than itself would be [code]if (pointed > pointed) { /* stuff */ }...