Computer Science, asked by adityamishra4119, 1 month ago

Formula for adding 6th and 7th column of 16th row

Answers

Answered by animeshranjan024
1

Answer:

arr[16][i] = arr[i][6] + arr[i][7]

Explanation:

for(int i = 0; I < col ; I++)

{

arr[16][i] = arr[i][6] + arr[i][7] ;

}

Answered by anandarti99
0

Answer:

yes he is right

Explanation:

mark me brilliant and thanks me

Attachments:
Similar questions