Click here to Skip to main content
15,891,372 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Write a program that inputs five integers in two arrays each. It declares a function that accepts four parameters. The first parameter is the first array, the second parameter is the second array, the third parameter is the third array and The fourth parameter is the length of the arrays. The function adds the corresponding values of the first two arrays and stores the result in the Figure-A the corresponding element of the third array. The main function finally displays the values of all arrays. (Length of all arrays must be same)

What I have tried:

This is my exam question. Please help me.
Posted
Updated 12-Feb-21 20:14pm
Comments
Rick York 13-Feb-21 15:26pm    
I would be happy to help you. I am not interested in doing your work for you. The last thing the world needs is another incompetent programmer. If you can't manage to do this then your competency is definitely in question. If you can't even start then there is no question.

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900