Formula for adding 6th and 7th column of 16th row
Answers
Answered by
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
0
Answer:
yes he is right
Explanation:
mark me brilliant and thanks me
Attachments:
Similar questions