Question: using c++ 2) Write a program that calculates a table of function values with 11 rows and 3 columns. Your program should produce the following
using c++
2) Write a program that calculates a table of function values with 11 rows and 3 columns. Your program should produce the following output: 0.0 0.1 0.2 0.3 sin(x) 0.0 0.09983 0.19867 exp(x) 1.0 1.10517 1.22140 0.84147 2.71828
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
