Como obter o último dígito de um número

#include<iostream>
using namespace std;
int main()
{
  int number;
  int 
Muluken Getaye