i need to create a class that represents a polynom of the fourth degree with int coefficients.
Define suitable interface to the class as a constructor(s), set and get methods as functions, and funtion int calc(int x0) which gives the value to the polynom at the point x0. Redefine operation indexing[], that the given index returns the value of the respected coefficient of the polynom
i tried to translate as best as possible, so hope you understand.
I need tips on how to begin creating the program, if you have some spare time and help me out with the code it would be very appreciated. If you could start the basic code for me that would be great, any advice would be helpful.