write c ++ program to display second and fifth elements of array distance ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

write c ++ program to display second and fifth elements of array distance ?

22nd Apr 2017, 6:28 PM
Bts...
Bts... - avatar
2 Answers
+ 15
# # int array[6]={1,2,3,4,5,6}; cout<<"Second Element "<<array[1]<<"Sixth Element"<<array[5]; improve question if need more help..
22nd Apr 2017, 6:40 PM
Hardik Raut
Hardik Raut - avatar
+ 4
thank you
22nd Apr 2017, 6:44 PM
Bts...
Bts... - avatar