Align the numbers, check if the digits in the same column can be subtracted. If not, then "borrow" a 1 from the number to the left and then perform the subtraction.
Align the numbers, add the digits in the same column, and carry over any tens digits to the next column to the left if they arise when adding.
Beta