ah

hah
Last edited on
ahhhhhh
Last edited on
http://www.cplusplus.com/articles/jEywvCM9/

number_of_days_in_a_year==366;
You're using the comparison operator which returns a bool.

I think you were meant to use the assignment (=) operator.
number_of_days_in_a_year=366;
Topic archived. No new replies allowed.