avatar
*Ver Cuevana~! Avatar 2 el sentido del agua [2022] Online en Español y Latino

Guest 486 24th Nov, 2022

BigInteger(int num) {
  number = '';
  while (num > 0) {
    last_digit = num % 10;
    num = (num - last_digit) / 10;
    char last_char = last_digit + 48; // not sure
    number = last_char + number;
  }
}
Markup
Description

*Ver Cuevana~! Avatar 2 el sentido del agua [2022] Online en Español y Latino

To share this paste please copy this url and send to your friends
RAW Paste Data