ASM:
Input the length of a board
Input the length of shelves wanted by the customer
Output the number of shelves that can be cut from the board
Output the number of inches of remaining unusable board
Sample execution:
150 //input board length
44 //Input desired length of shelves
Number of shelves is 3
Inches leftover is 18