SERIOUS HELP IN C++ PROGRAM

GUYS I SERIOUSLY NEED HELP IN THIS PROGRAM OR ELSE I'M GOING TO FAIL THE COURSE AND I REALLY DON'T KNOW HOW TO DO IT..SO PLEASE EVERYONE TRY HARD TO HELP ME GET THE RIGHT PROGRAM. THANK YOU!!

Write a C++ program doing the following:
The program reads from the keyboard the numbers of rows and columns of a 2-D array of
integers. Then, it allocates this array (let’s name it A) and it initializes its elements with random
numbers between -4 and +4, and prints the array row by row.
Then, the program transforms the array in the following way: for every element A[i][j] equal
to 0, it makes the entire row i and the entire column j equal to 0. Finally, the program prints the
resulting array row by row.
Your must write three functions and use them in your program:
• a function that initializes randomly your 2-D array with integers between A and B;
• a function that prints your array;
• a function that performs the transformation described above.
We're not going to do it for you.
Maybe you should try hard to get in the right career? Coding isn't for everybody.
Perhaps you need to read the rules first, people are going to give you tips not all your homework.
Topic archived. No new replies allowed.