Include the function written in exercise 2a in a working


a. Write a function named check() that has three parameters. The first parameter should accept an integer number, and the second and third parameters should accept a double-precision number. The function body should just display the values of data passed to the function when it's called. (Note: When tracing errors in functions, having the function display values it has been passed is helpful. Quite often, the error isn't in what the function body does with data, but in the data received and stored.)

b. Include the function written in Exercise 2a in a working program. Make sure your function is called from main(). Test the function by passing various data to it.

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Include the function written in exercise 2a in a working
Reference No:- TGS02195610

Expected delivery within 24 Hours