Need Help with array

Hello there.! I have to complete a project that i want to read float numbers from keyboard and store them into an array of 10 elements.! Every time that a number stored into array i want to compare with previous one if they have +-10 difference .. i want to keep only 10 elements into my array so every time that i give value a[0] replace a[1], a[1] replace a[2],a[2] replace a[3]. . . .and a[10] deleted.. So when all elements of the array are similar with +-10 values print out the array.!
It is important for me any help about this program.! Thank you.!
closed account (o3hC5Di1)
Hi there,

How about you share the code you have come up with so far and we'll take it from there? :)

All the best,
NwN

Topic archived. No new replies allowed.