35. firstDigit

Task Find the leftmost digit that occurs in a given string. Example For inputString = "var_1__Int", the output should be firstDigit(inputString) = '1'; For inputString =... »

31. depositProfit

Task You have deposited a specific amount of money into your bank account. Each year your balance increases at the same growth rate. With the assumption... »