Advertisement
Guest User

Untitled

a guest
Nov 21st, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <string.h>
  3. #include <math.h>
  4. #include <stdlib.h>
  5.  
  6. char diaSemana(int dias)
  7. {
  8. if(dias == 1)
  9. {
  10. return 'DOMINGO';
  11. }
  12. }
  13.  
  14.  
  15.  
  16. int main() {
  17.  
  18. int programas, int linhas;
  19. if(programas < 5)
  20. {
  21. printf("QUANTIDADE DE DIAS QUE ATINGIU MEDIA DE PROGRAMAS: %d\n", qtde);
  22. return;
  23. }
  24. else if(linhas >= 100)
  25. {
  26. printf("QUANTIDADE DE DIAS QUE ATINGIU MEDIA DE LINHAS: %d\n", qtde);
  27. return;
  28. }
  29. else if()
  30. {
  31.  
  32. }
  33.  
  34. return 0;
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement