Write a c++ program that creates a file containing the values of the function assigned to table 1 from 0.0 to 1.0 with intervals of 0.01 . Write the values in a file with a tabular format that looks like the following :
x f(x)
0 , 0.12
0.01 , 0.14
0.02 , 0.18
. .
. .
. .
1 , 2.44