You are on page 1of 1

Laboratory 8

Ap1.

Create a new class: Lab_08_1_name

Evaluate the polynomial

p( x)  a0  a1 x  a2 x 2  ...  an x n

The coefficients of the polynomial are read from a file.

At the end of the program the user will be asked if he wants to run the program again
by typing with y for yes and n for no

You might also like