User: Anon1010

  • Public profile

User profile: Anon1010

User info
User name:Anon1010
History
Joined:
Number of posts:20
Latest posts:

help please
The loop executes 12 times. Each time n increases by 3. n starts as 0 so.....

Difference between
in 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 array
the 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