Arrays C# Console Foreach Statement

Calculate the average of randomly assigned values with C# Console App

Foreach: The foreach statement repeats a group of embedded statements for each element in an array or an object collection.

This C# Program Finds the Average Values of all the Array Elements.

Numbers generated by Random class.

 

C# Code:


Output:

 

 Online Code:

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.