- Declare a global variable named x and initialize it to zero (easy)
- Declare a local integer variable within main named y (easy)
- From within main, prompt the user for a value for y (easy)
- Include a loop that calls a function named incx 'y' number of times (NEED HELP)
- Include a function incx to increment the value of x by one (NEED HELP)
- Print the value of x after each iteration of the loop (NEED HELP)
If someone could please help me quickly with this problem, I'd appreciate it.