News

You're given a number N (N>100). Print the sum of the last two digits of N. Input Given an integer N. (100 <= N <= 109) Output Print the sum of last two digits.
Codekatas typically involve writing code to solve a specific problem, and the goal is to write efficient, working code that meets the requirements of the problem statement. In this repository you can ...