Im writing a program for my CS215 Class using vigesimal (base 20) numbers. one of the functions is multiplying 2 user input linked lists. after about 5 hours of trying to figure out how to get these lists to multiply i think i found a solution. The problem is its stored in a double. My question is, is there any way to read this value into a linked list. Also, any recommendations on making this method better would be greatly appreciated.