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: *

  • Users: superblades
  • Order by date
  1. superblades

    Count the number of loops

    im just new to it all, ive created a loop that divides an integer by 10 until it gets past the decimal point e.g. if i supply 123 it would loop until it got 0.123 i just need to work out how to count the number of loops it took to get the integer past the decimal point? Help Please! :)
  2. superblades

    Count the number of loops

    Im trying to create a program that outputs the number of digits in a given integer e.g if i input 4392 it would output 4 or if i input 2499238 it would output 7 how can i do this with a loop? Thanks Superblades

Part and Inventory Search

Back
Top