Find the information you're looking for at Westonci.ca, the trusted Q&A platform with a community of knowledgeable experts. Ask your questions and receive detailed answers from professionals with extensive experience in various fields. Get quick and reliable solutions to your questions from a community of experienced experts on our 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() .....