Write a C program that will do the following: • Create an integer type 2D array with the number of rows = 3 and number of columns = 3. Array1 = {{10,20,30},{1,2,3},{11,12,13}} • Add 5 to each element...


Write a C program that will do the following:<br>• Create an integer type 2D array with the number of rows = 3 and<br>number of columns = 3.<br>Array1 = {{10,20,30},{1,2,3},{11,12,13}}<br>• Add 5 to each element in the array.<br>• Print array elements after the addition process.<br>• Print your name in the black console.<br>> make -s<br>> . /main<br>15 25 35<br>6 7 8<br>16 17 18<br>Omar Tbeileh<br>Copy your code here<br>

Extracted text: Write a C program that will do the following: • Create an integer type 2D array with the number of rows = 3 and number of columns = 3. Array1 = {{10,20,30},{1,2,3},{11,12,13}} • Add 5 to each element in the array. • Print array elements after the addition process. • Print your name in the black console. > make -s > . /main 15 25 35 6 7 8 16 17 18 Omar Tbeileh Copy your code here

Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here