User profile: freddy92

User info
User name:freddy92
History
Joined:
Number of posts:274
Latest posts:

PROGRAM WILL NOT COMPILE
You declare some functions up top (displayRules, retrievePlay, etc.), but they're not defined anywhe...

Print list of value using only i/o and while
After you read in the numbers, use an if statement to check if the first int is bigger than the seco...

Using Z to exit
On line 15 I think you mean to read into Z, not n. Also you really should use the loop structure th...

Template and max function
The program ran fine for me on an online compiler, so maybe there's something wrong with your Xcode ...

Call and compare the same value
The code to check if it is greater than itself would be [code]if (pointed > pointed) { /* stuff */ }...