0
How do you get input from user for array in c programming?
I was asked to find the sum of numbers with input from user in array.
1 Respuesta
+ 3
Save each input in an array, then go through it and calculate the sum
What is your current problem ?
I was asked to find the sum of numbers with input from user in array.