Hi, How do I print the % sign when using printf. I did the following which produced the following error "illegal conversion in printf "%)" at line 185"
printf ("Total $total_number_of_bets\(%4.2f\%\) times.\n",$percentage_total_number_of_bets); Thanks