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 factorialyour loop must be like this: [code]for (i=0; i<=x; i++) if (i == 0) exp=1, factorial=1; else factor...
Loop not workingmaybe it read only bankinfo[x].name because you havent space between bankinfo and [x] .. try withou...
Inifnite sentinel controlled while loopi your while (inputNum[index] != '*')[b];[/b] <- the semicolon after while is syntax error.. and al...