Find the best answers to your questions at Westonci.ca, where experts and enthusiasts provide accurate, reliable information. Get detailed answers to your questions from a community of experts dedicated to providing accurate information. Discover in-depth answers to your questions from a wide network of professionals on our user-friendly Q&A platform.

Write a function that takes six arguments of floating type (four input arguments and two output arguments). This function will calculate sum and average of the input arguments and storethem in output arguments respectively. Take input arguments from the user in the main function.

Sagot :

Answer:

Answer:Functions in C+

The integer variable n is the input to the function and it is also called the parameter of the function. If a function is defined after the main() .....