Design a function namesd max that accepts two integer values as arguments and returns the value that is the greater of the two. For example, if 7 and 12 are passed as argurments to the function,, the fuction should returm 12. use the function in a prgram that promts the user to enter two values...