0
Declare a double array named "darr", input its elements in the for loop, and print the size of the array to the screen.
int main() { darr[10]; for ( x = 0; x < 10; x++) { cin >> darr[ ]; } cout << (darr); }
1 Answer
0
cool
int main() { darr[10]; for ( x = 0; x < 10; x++) { cin >> darr[ ]; } cout << (darr); }