InterviewSolution
Saved Bookmarks
| 1. |
Write a program to accept 10 numbers in an array and find the sum. |
|
Answer» Answer: Image result for write a PROGRAM to accept 10 numbers in an array and find the SUM. C EXERCISES: Read 10 numbers and find their sum and average Pictorial Presentation: Sample Solution: C Code: #include |
|