Implement a function abs() that returns the absolute value of its parameter. Use eq to test it in main() using the arguments 0, 42, and -239.
abs()
eq
main()
0
42
-239