in tbutton1 i placed the code
var
numbers : array[1..5] of Double;
aveVal, meanVal : Double;
begin
// Set up the array of 5 floating point numbers
numbers[1] := 1.0;
numbers[2] := 2.5;
numbers[3] := 3.0;
numbers[4] := 4.5;
numbers[5] := 25.0;
// Calculate the...
How to add the following numbers from user input and find the average of them, each number will be in a seperate edit box and you are suppose to get the average of the numbers inputed example 100+200+200+200+200 is equals to 900 then i will take 900 and divide it by the amount of numbers, which...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.