We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf015d9 commit dd140e0Copy full SHA for dd140e0
calculator.c
@@ -35,7 +35,7 @@ int main()
35
break;
36
case '%':
37
a=(int)y%(int)z;
38
- printf("The percentage is: %f\n", x);
+ printf("The percentage is: \n", x);
39
40
default:
41
printf("Your response was invalid. Please try again.");
0 commit comments