please anyone can create this program........
Write a method that finds the average of a set of numbers passed to it as params parameter.Also write code to print the above average from the invoking method using an out parameter.
1
Expert's answer
2011-10-21T13:14:23-0400
using System; using System.Collections.Generic; using System.Linq; using System.Text;
namespace Findstheaverageofasetofnumbers { class Program {
Comments
Leave a comment