So, I already know how to do this using recursion. However, I wanted to create my singly linked list strictly using a for-loop. I need to write ansList then ansList.next then ansList.next.next ... etc i.e. I want something like this)So, I already know how to do this using recursi