a) Write a function definition for a function namedFindLargerthat compares two integers and determines the larger integer. The function will return the larger integer. Assume the two numbers are not equal Use good names for the parameters and decide on the appropriate data types to use.
b) Write the function main. The user will be prompted to enter two numbers. The two numbers are read. A call to the function FindLarger is made to determine the larger integer. The value returned will be displayed with an appropriate message. Declare any variables that you need to use.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here