I am learning C and am getting an error when I attempt to compile my program. The issue comes with attempting to make pounds and euros constant variables: Works float pounds=.53639; float euros=.77052; int i,TRUE=1, FALSE=0; Does Not Work const float pounds=.53639; const float euros=.77052 I am using Miracle C compiler by the way. Thanks! Miracle C Compiler (r3.2), written by ...