Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Milline järgnevatest meetoditest tagastab kahe täisarvu aa ja bb summa?
a
b
int addNums(int a, int b) { return 'a' + 'b'; }
int addNums(int a, int b) { return a + b; }
int addNums(int a, int b) { return a - b; }
void addNums(int a, int b) { a = a + b; }
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!