Join the growing community of curious minds on IDNLearn.com and get the answers you need. Get comprehensive and trustworthy answers to all your questions from our knowledgeable community members.

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() .....