what is the tragic sight here?
Attachments:
Answers
Answered by
0
Answer:
1 }; int n = 5; for (int i = 0; i < n; i = i + 1) { for (int j = 0; j < n; j = j + 1) { if (arr[i] % cat[j] == 0) { int temp = arr[j];
Similar questions