Answer to Question #30600 in C++ for Jake

Question #30600
Define an array of 15 elements.
1
Expert's answer
2013-05-17T10:45:39-0400
//include standard library
#include <iostream>
//it's main function
int main (){
// define int elements array the size of 15
int array[15];
//end of the program
return 0;
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS