Hi, I need to make a program, which I think should be simple if you know what you are doing.
You have an array of integers A(m, n) and B(m). Delete an element from A array, which index is in the B(m) array. Print original and modified arrays.
I don't really know how should I do it. I have made two files for the input (for A and B) and made the program to compile and present the result in the output file. Now, the only thing left is this function. Any help would be appreciated.