Write a function that returns the maximum of four given integer numbers @a@, @b@, @c@ and @d@.
| C++,C | |
| Java | |
| Python | |
|
You only need to submit the required procedure; your main program will be ignored.
Using function @max2(a, b)@ of exercise problem://problemsjutge.org:problems/p1/jpetit/maxim-funcio.pbm could be useful.
Input/Output