User profile: Bhargavi16

User info
User name:Bhargavi16
History
Joined:
Number of posts:3
Latest posts:

what problem am i facing?????
Basically this program will do the foll job: You are given a sequence of integers a1, a2, ..., aN. ...

what problem am i facing?????
[code] #include<iostream> using namespace std; int main() { int n=0,b=0; float *a=new float [n];...

what problem am i facing?????
This is my code for a program: #include<iostream> using namespace std; ...