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

can someone help me make a flowchart from this program: #include #include using namespace std; int main(int argc, char *argv[]) { int point[10],large=0; cout<<"Enter a number: "<>point[0]; large=point[0]; for(int x=0;x<10;x++) { cin>>point[x]; if(point[x]>large) large=point[x]; } cout<<"The largest number is "<

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!