Posts by Karolayne Santos • 41 points
2 posts
-
2
votes1
answer768
viewsQ: Unexpected value is being displayed
Do a program that receives the number of hours worked, the value of the minimum wage and the number of overtime worked, calculate and show the salary you receive, following the rules below: a. The…
-
1
votes2
answers145
viewsQ: printf does not show the expected value
I’m having trouble showing off some printf, for example: printf("\nDigite as horas : %d"); And at the time of displaying the message, it appears with a number on the side, for example: Enter the…