+ 1
I tried to get an array from the user as input in main and print the array using a function. But it does not print it why?
2 Respostas
+ 5
line 16 edit with that cin>>myArr[i];
you write only cin> thats the error
+ 2
Thanks I would keep an eye for these silly mistakes in future!