printf("A: %.2f%%", pc);
KennyTM
2010-07-01 08:22:41
%% will output % using printf. Check the example at the end of page here
For future printf reference, type:
man 3 printf
on any linux command prompt. It can do a LOT of crazy stuff that most people just aren't aware of.