0

C# help

Can someone explain the last question in methods module 3 last question. I can’t work out the answer.

1st Aug 2019, 2:55 AM
M B
M B - avatar
2 Answers
0
Please link the question here
1st Aug 2019, 6:45 AM
Trigger
Trigger - avatar
0
Here is the answer, but can you ask a more detailed question? int Max(int a, int b) { if (a > b) return a; else return b; }
2nd Aug 2019, 7:13 AM
Paul Smith
Paul Smith - avatar