Ask your own question, for FREE!
Computer Science 24 Online
OpenStudy (anonymous):

can anyone do a flowchart or pseudocode for this program: #include #include #define SIZE 5 using namespace std; void modifyArray (int [], int); int main(int argc, char *argv[]) { int a[SIZE] = {},i; cout<<"Enter five digits: \t\t\t"; for (i=0;i<=SIZE-1;i++) cin>>a[i]; cout<=0;i--) { cout<

OpenStudy (anonymous):

It looks like your code was clipped. Try using a code paste service like http://www.pastebin.com.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!