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