help pleaseThe loop executes 12 times. Each time n increases by 3. n starts as 0 so.....
Difference betweenin the increment of a for loop, I don't know the difference between ++t and t++. Is there one?
Min and max values of array Ahh I see; thanks guys. And Ink2019, this is the arrays section of a tutorial.
Min and max values of arraythe array is int i, min_val, max_val; [code]int nums [10]; nums [0]= 10; nums[1]=18; ...
Using abs()Why do I have to declare the variable as a double or float? Why won't it work as an integer?
This user does not accept Private Messages