help!
I need to align decimal places of my output that's printed in fixed notation to 5 decimal places!!
I used this:
/*
double a =1.0000
printf ("\t\t\t\t%8.3f\n", a
*/
but it only took the precision to 3, and when i changed the 8.3 to 8.5 it was't lined up....
ahhhhhhhh

can anyone point me at the correct code?
Thanks

scuba22