Create your own C program that calls a C function that you created. The function accepts one input parameter of any data type and returns a float number. You decide the theme. Be sure to test your code using a table of test cases of inputs and expected outputs that you create. Use at least three tests cases. Provide a screen capture showing the results of all of your tests running successfully. Be sure include all code in your assignment and to explain each line of code in as much detail as possible using a comment line for each line of code.