How to write a C program calculates a given function in range given by user, stores the data in arrays and displays the answer in a table in C Programming Language ?
List of functions:
- checking initial values (checkVal)
- calculate x(calX)
- calculate value(s) of y(calY)
- output the table of function(output)
Solution: