I have created a Linked List that is to store a binary number in String and covert it to single bits and store in a Link each. My problem is that I have done all of that and I am now trying to create a method to take the bits and covert it to an integer.I have created a Linked List that is to store a