P
p_ei
Hello everyone,
I'm very new to C so I cannot understand how to define a solution for my task. I'm here to ask a little help in understanding and solving it.
So,
I've got an array of integer numbers (size N), let's name it a.
I have to create a function that return 1 if every number of the array is the sum of the two previous one.
Thanks for the help!
I'm very new to C so I cannot understand how to define a solution for my task. I'm here to ask a little help in understanding and solving it.
So,
I've got an array of integer numbers (size N), let's name it a.
I have to create a function that return 1 if every number of the array is the sum of the two previous one.
Thanks for the help!
Last edited by a moderator: