Declare a double array named "darr", input its elements in the for loop, and print the size of the array to the screen. | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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); }

2nd Dec 2016, 6:50 PM
Shahad Ebed
Shahad Ebed - avatar
1 Antwort
0
cool
3rd Dec 2016, 1:40 PM
NICKALL [EP]
NICKALL [EP] - avatar