What technique can you use to safely encode very large numbers?( )
Store the number as a string
Convert the number into an exponent.
Round the number to the nearest 10-digit number.
Split the number into smaller parts.
What technique can you use to safely encode very large numbers?( )
Store the number as a string
Convert the number into an exponent.
Round the number to the nearest 10-digit number.
Split the number into smaller parts.