Create polynomial equation using linked list in data structuresIt shoul havePublic TermNode{Coef,expo, next;Public polynomial{TermNode first;Creat add_to coefficient method,Create assign_ coefficient method,Multiplication method,Evaluation method,To string methodAdd method Expert Answer Answer