User profile: RisteMK

User info
User name:RisteMK
History
Joined:
Number of posts:23
Latest posts:

Quick help!
maybe you can add instead of highscorename or high score ' '(space) in that file you can make it wit...

isNumPalindrome(int)
it is same like character palindrome... if you know how to write a palindrome code it is ok.. i can ...

exponential and factorial
your loop must be like this: [code]for (i=0; i<=x; i++) if (i == 0) exp=1, factorial=1; else factor...

Loop not working
maybe it read only bankinfo[x].name because you havent space between bankinfo and [x] .. try withou...

Inifnite sentinel controlled while loop
i your while (inputNum[index] != '*')[b];[/b] <- the semicolon after while is syntax error.. and al...