Add Default Argument
Geoffrey Challen // 1.0
Write a function called add
that takes two int
parameters and returns their sum,
but the second argument is optional and defaults to 0.
Write a function called add
that takes two int
parameters and returns their sum,
but the second argument is optional and defaults to 0.