int ages[10];
write a function called set_ages, that will take the ages array, an age, and a parameter of the size of the array and set all the elements in the array to be the same age.
such as to set all the ages to 21.
please sum1 help me out I don't understand how to do this problem. If any1 knows plz help. i have exam coming up in 2 days plzzz help me
thank you
write a function called set_ages, that will take the ages array, an age, and a parameter of the size of the array and set all the elements in the array to be the same age.
such as to set all the ages to 21.
please sum1 help me out I don't understand how to do this problem. If any1 knows plz help. i have exam coming up in 2 days plzzz help me
thank you
Comment