Write a program that reads an integer and outputs its last digit.
Try to make use of the modulo
%operator, which returns the remainder of a division of two numbers. By which number should you divide to find the last digit of a number?