Void functions (return values in reference parameters) 5. Write a function to calculate the average and the range of 3 i
Posted: Thu Jul 14, 2022 2:28 pm
6. Write a function to return the whole number and thedecimal fraction of a float value sent to it. Also write thecall.
7. Write a function to print lines of “*". Calling programshould send the number of characters per line (max 80)and the number of lines to print.
Void functions (return values in reference parameters) 5. Write a function to calculate the average and the range of 3 integers sent to it. Also write the call. 6. Write a function to return the whole number and the decimal fraction of a float value sent to it. Also write the call. 7. Write a function to print lines of "*". Calling program should send the number of characters per line (max 80 ) and the number of lines to print.
7. Write a function to print lines of “*". Calling programshould send the number of characters per line (max 80)and the number of lines to print.
Void functions (return values in reference parameters) 5. Write a function to calculate the average and the range of 3 integers sent to it. Also write the call. 6. Write a function to return the whole number and the decimal fraction of a float value sent to it. Also write the call. 7. Write a function to print lines of "*". Calling program should send the number of characters per line (max 80 ) and the number of lines to print.