User profile: tfityo

User info
User name:tfityo
History
Joined:
Number of posts:174
Latest posts:

finding 1st digit of an int using recursion
[quote] when I step thru - it does it correctly - but for somereason it runs all the way thru till N...

I have a pattern of numbers, how can i find out how to get the same output
Check Encyclopedia of Integer Sequences. I think that sequence is "Triangle read by rows in which ro...

Code for checking palindrome doesn't compile
In line 14 you are trying to compare string ([code]line[/code]) and void result of reversechar funct...

Need help with Tax project
You can try something like it: [code] double computeTax(double fedTotalPay ){ if (fedTotalPay < 0) r...

String to Long Long
It is too long to fit into 8 bytes.