User profile: ratrangana

User info
User name:ratrangana
History
Joined:
Number of posts:8
Latest posts:

need a way to use switch case
tnx

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 elements
no 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<...

program
please give me a hint how to find first 100 prime numbers...... using c program