can someone help with this please
I'm trying to ask a user to input 10 numbers and store the numbers into an array
what I have is
cout< "Please Enter the number";
cin << Array[];
and i believe I will need a lookp as well
some help would be awesome
I'm trying to ask a user to input 10 numbers and store the numbers into an array
what I have is
cout< "Please Enter the number";
cin << Array[];
and i believe I will need a lookp as well
some help would be awesome
Comment