0
/ 10
Given two integers a
and b
passed as arguments to sumints
, return the sum of their values.
Given two integers a
and b
passed as arguments to sumints
, return the sum of their values.
Examples:
sumints(0,0) -> 0
sumints(1,1) -> 2
Your feedback will appear here when you check your answer.