I am creating a simple overtime calculator with if then statements. I am missing something and I am sure it is simple. Here is the code snippet.

string str_hours = txtHours.Text;
...