floatpt1

  1. slugger

    ?using single printf statement to print 2 answers?

    I am trying to print out two calculated values using a single printf statement, but am unable to do so. The part of the program where I am trying to do this looks like this printf ("The answers are %f and %f\n", floatpt1, floatpt2); where the 2 float point values have alredy been...
Top Bottom