I am having an issue getting part of this code to work the way I would like. (This is a week 2 assignment in an Intro class so the code is probably less than efficient all around. But the line in question is this...
if (hourly < 1)
printf ("Get a job!\n");
This works fine, however I want...