Help me with the C++ program

Write a menu driven program that will fill grid with values between 1 and 100. Begin the program by declaring a array of type int. Then present the user with the following menu
Enter 1 to add
Enter 2 to edit
Enter 3 to delete
Enter 4 to search
Enter 5 to display
Enter 0 to Quit
Each item of the menu must be implemented as a function. The program should
Only allow values between 1 and 100
Always ask the user to apply cordinates for the cell to be changed
Flag an error when try to delete or edit a cell with a zero (0)
Flag an error when try to add to a cell that is not blank
Display the complete and nicely formatted grid when option 5 is selected
Please note, that this is not a homework site. We won't do your homework for you. The purpose of homework is that you learn by doing. However we are always willing to help solve problems you encountered, correct mistakes you made in your code and answer your questions.

We didn't see your attempts to solve this problem yourself and so we cannot correct mistakes you didn't made and answer questions you didn't ask. To get help you should do something yourself and get real problems with something. If your problem is "I don't understand a thing", then you should go back to basics and study again.
We don't get bossed around like that!
try saying please next time!
Last edited on
Topic archived. No new replies allowed.