Question: What is the correct syntax to get this to display in C? printf(tThe discount is: %.1f % , discount); Want it to display like this:
What is the correct syntax to get this to display in C?
printf("\tThe discount is: %.1f \"%\" ", discount);
Want it to display like this: (discount value)%
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
