I NEED HELP ON THIS WORK

I need a specific program that asks the user what size of an array will be put out and it limits to 1x1 up to 10x10 array
and after that you have to enter a number from 1-10 that will pop out from the first array then asks another to put up the second and up to 10 and when type 0 the program exits

Output:
Enter a number to create a multidimensional array: 5
Now creating an array 5x5
You are allowed to enter 1-10 only or numbers that are existing in the array
You will exit the program when you press 0
Enter a number: 1
1 0 0 0 0
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0

Thanks in advance ( ͡° ͜ʖ ͡°)VxK
Last edited on
Topic archived. No new replies allowed.