Would very much appreciate help with the following:
Using C Prog, Dev a prog that will play a number guessing game.The prog should allow users to enter their 3 numbers (between 0-9). You must store teh 3 numbers in a 1D array.
You prog should use functions. The prog should display a simple menu to the user and each option in teh menu will be implemented by calling a separate function. You must use pointer notation to access array elements-NOT subscripts.
1. Enter 3 selected...
Help in below program
Using C Prog, Dev a prog that will play a number guessing game.The prog should allow users to enter their 3 numbers (between 0-9). You must store teh 3 numbers in a 1D array.
You prog should use functions. The prog should display a simple menu to the user and each option in teh menu will be implemented by calling a separate function. You must use pointer notation to access array elements-NOT subscripts.
1. Enter 3 selected...
Help in below program