Skip to content

ArithmMeanValueOfArray. Pascal Tutorials. Platform DotNet FrameWork. Algorithms. Arrays. Console Application.

License

Notifications You must be signed in to change notification settings

pchp250g8-home-pascal-net-tutorials/pascal-dotnet-framework-console-arithmmeanvalueofarray

Repository files navigation

A console application project written in Pascal .Net and implemented in the Pascal ABC IDE. .NetFrameWork platform. Simple input/output. Working with arrays and random numbers. Calculating the arithmetic mean of array elements.

The program does the following:

  1. Prompts the user for the number of elements in the array.
  2. Allocates memory and creates an array of integers from the number of elements previously entered.
  3. Fills the created array with random positive integers from 1 to 100.
  4. Calculates the sum of the received elements.
  5. Divides the result by the number of elements in the array.

About

ArithmMeanValueOfArray. Pascal Tutorials. Platform DotNet FrameWork. Algorithms. Arrays. Console Application.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages