Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

However, if the function is called as follows:

Code Block
bgColor#ffcccc
  int avg = average(1, 4, 6, 4, 1);

...