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 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
Answer Sure heres a C program that reads 10 numbers from the k... View full answer
Get step-by-step solutions from verified subject matter experts
