Hello!
Learning C--writing a program that tells if an entered # is positive/negative and gives the absolute value. I have the pos./neg. part all set, but I am needing help with the AV part. C did not understand:
absval=|number|
So I was wonder how can I get C to understand an AV?
Thanks in advance
:-)