Question: Write a program in C# Sharp to read 10 numbers from keyboard and find their sum and average Hint: use for loop Sample Output:

Write a program in C# Sharp to read 10 numbers from keyboard

Write a program in C# Sharp to read 10 numbers from keyboard and find their sum and average Hint: use for loop Sample Output: I/P: 2, 4, 6, 8, 10, 12, O/P: Sum is 110 Avg is 11 20

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Answer Sure heres a C program that reads 10 numbers from the k... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!