HI I'm trying to write a program that reads the height of a tower and how long it would take an object to hit the ground. I think most of my code is correct but I'm getting a few errors.
The errors I'm getting are:
warning C4305: 'initializing' : truncation from 'double' to 'const float'
warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
fatal error C1075: end of file found before the left brace '{'