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

    Squaring Each Digit of a 2 or 3 Digit Number

    Hi, I'm trying to write a program that begins with a positive integer N and generates a sequence by the rule : Ni+1 = sum of the squares of the digits of Ni. I need to know how to get all numbers that will return a 1, from 1 thru 99. I figure I can use pow to get the #'s to be squared, but I can...
  2. ICU2Desktop

    Trying to Square Each Digit of a Two Digit #

    Hi, I'm trying to write a program that begins with a positive integer N and generates a sequence by the rule : Ni+1 = sum of the squares of the digits of Ni. I need to know how to get all numbers that will return a 1, from 1 thru 99. I figure I can use pow to get the #'s to be squared, but I can...
  3. ICU2Desktop

    Program for adding positive and negative #s

    Hi, as you can probably see I am a beginner with C++ and I am trying to write a program that reads in 10 whole #’s and outputs the sum of all #’s greater than 0, the sum of all numbers less than 0 ( which are negative #’s and 0 ) and the sum of all the #’s. I have been able to get the results...
  4. ICU2Desktop

    Prompted for Password Creating New Table Access 2K

    I work with a user who uses Access 97 and Access 2K. He created several databases in both, which he has made password protected. Now,all of a sudden when he tries to create a new table in Access 2K, the password box pops up and when he enters the ID and password, it gives him an error message...

Part and Inventory Search

Back
Top