Progrmming assignment #1 – FORTRAN – due Tuesday, September 6th.
Polynomials are often used to model data and experimental results. Assume that the polynomial 3t2 + 4.5 models the results of an experiment where t represents time in seconds. Write a complete program to evaluate this polynomial for a period of time beginnning at t equal to 0, in increments of 0.25, for a variable number of seconds to be entered by the user.
Print your output in tabular form.
Your table should have a heading.
Your program should have a few lines telling the user what it does.
Your program should prompt the user for any data it needs the user to enter.
Your program should have a line telling the user that the program has completed its work.
Your program must use formatted input and output (not default)
You do not have to handle incorrect input by user.