A plus B

Report a typo

Write a sum function with two named arguments a and b, which returns the sum of the values of the arguments.

By default, a is 0 and b is 0.

Write a program in Kotlin
fun sum()
// make your code here
}
___

Create a free account to access the full topic