Thursday, January 19, 2012

Why can't I get the value of "salary" variable? (C Programming)?

For some reason, you're program isn't liking double. Try using scanf("%lf", ...) for double types. (that is a lowercase L, not an i)

No comments:

Post a Comment