- 2
Fill in the blanks to create a method that calculates and returns the sum of its parameters.
Fill in the blanks to create a method that calculates and returns the sum of its parameters. int Calc(int a, int b) { return a+b; }
2 Answers
0
I recommend you post this in the code area.
0
weq