User: nilesh

  • Public profile

User profile: nilesh

User info
User name:nilesh
History
Joined:
Number of posts:5
Latest posts:

Project on c++
yes show us the code which you have started .

What is the source-code to find the sum and avg of given numbers using arrays?
#include <iostream.h> #define SIZE 10 int sum(int num[] , int size); int average(int result , ...

vector:erase iterator requirements
I agree with jsmit It does not compile .

do..while loop being ignored
Also you have not declared response .. It should be declared as char response;

do..while loop being ignored
You should get the syntext error for this do{ //variables int side1,side2,side...

This user does not accept Private Messages