



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Homework about Double arrays and loops
Typology: Assignments
1 / 5
This page cannot be seen from the preview
Don't miss anything!




Professor : Dr. Tamer Shanableh Student Major : Computer Science Section Number : 09 Submission date: 4 -4 -
#include
arr[r][c+ 2 ] = arr[r][c+ 3 ] = arr[r+ 1 ][c] = arr[r+ 1 ][c+ 1 ] = arr[r+ 1 ][c+ 2 ] = arr[r+ 1 ][c+ 3 ] = arr[r+ 2 ][c] = arr[r+ 2 ][c+ 1 ] = arr[r+ 2 ][c+ 2 ] = arr[r+ 2 ][c+ 3 ] = arr[r+ 3 ][c] = arr[r+ 3 ][c+ 1 ] = arr[r+ 3 ][c+ 2 ] = arr[r+ 3 ][c+ 3 ] = arr_quarter[r_quart][c_quart++]; } r_quart++; c_quart = 0 ; } print_arr( arr,Rs , Cs); }