need a way to use switch casetnx
error in compiling# include <iostream.h> int main() { int array[7][3]; int i,j; for (i=0;i<7;i++) { for (j=0;...
sum of array elementsno separately the sums such as below...... sum 1 2 3 6 1 ...
sum of array elements# include <iostream.h> int main() { int array[7][3]; int i,j; for (i=0;i<7;i++) { for (j=0;j<...
programplease give me a hint how to find first 100 prime numbers...... using c program