Click here to Skip to main content
15,912,756 members

Comments by baskon (Top 4 by date)

baskon 14-Nov-16 4:22am View    
Thank you so much for the answer!
Yes i made a small mistake because this is a part of a bigger program that reads also info from a txt file..
So when converting it to something that runs without the txt file i made the mistake..i think i fixed it now..but still the problem with the loop exists..
baskon 14-Nov-16 1:39am View    
Ok i updated my code above...
Will try to check and try to learn the debugger today also!
Thank you!
baskon 13-Nov-16 13:28pm View    
I am in my very first steps of C programming! So thanks toy everyone for helping!
I will also try to learn using the debugger!
baskon 13-Nov-16 13:23pm View    
What i was asked is to take the 0+4*n and 3+4n elements of the aray but only for the n-5 values of the array.. For the remaining 5 values to take the first and the last one ..
Then in these values only, check if the value in the array is 0 and if it is zero make it 1.

That is why i have this big for loop.. and so many if statements..

The problem correctly is in the last else statement where i want to write a message "no zero values find"...
But it gets executed in other statements multiple times...

If you have any better solution for the formatting of course i am all ears! Thank you very much!