Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. 8622870073

    Delphi math Code challenge

    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...
  2. 8622870073

    Delphi math Code challenge

    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...

Part and Inventory Search

Back
Top