0

What is arrray with example of any program by for loop with output

7th Dec 2016, 11:03 AM
ashish Arora
ashish Arora - avatar
3 Answers
0
int primes[10] = {2,3,5,7,11,13,17,19,23,27}; cout << "First 10 primes are: "; for(int i=0; i<10; i++) { cout << primes[i] << " "; }
7th Dec 2016, 4:58 PM
Maciej Falbogowski
Maciej Falbogowski - avatar
0
hi i dont know too
8th Dec 2016, 8:48 PM
Marc
0
😂
8th Dec 2016, 8:48 PM
Marc