Recent content by charu
-
C
C/C++ Help with c++ program for series
Hi tomorrow i have a test and i need your help... please helo me in calling a two dimensional array I want two store two values that is height and weight of 10 person in the system by using array array and using switch.As this is a long ques i need help only in this,Please reply me with...- charu
- Post #17
- Forum: Programming and Computer Science
-
C
C/C++ Help with c++ program for series
please reply me soon....- charu
- Post #15
- Forum: Programming and Computer Science
-
C
C/C++ Help with c++ program for series
no i want series should be produce in 2,4,4,4,4,4,4,4, increment... and result should be,,,,,,,,,,,1,3,7,11,15and so on,,,,,,,,,,,,,- charu
- Post #14
- Forum: Programming and Computer Science
-
C
C/C++ Help with c++ program for series
# include <iostream> using namespace std; int main(){ int num; count <<"enter the desired num"; cin >>num ; count <<"*"<<endl; for (int j=1;j<=num;j++) { for (int i =1;i <=j;i++) if (i%2==0) count <<" "; else count <<i<<"*"<<" "; count<<endl...- charu
- Post #12
- Forum: Programming and Computer Science
-
C
C/C++ Help with c++ program for series
Hi i am new user of c++ language and i didnt get how this loop is working.- charu
- Post #10
- Forum: Programming and Computer Science