Pinkman

Pinkman

(Andrey Suprano)
Открыть в Steam
Steam ID
Steam2
Steam3
Steam64

Информация

Дата регистрации
29.11.2016
Страна
BR
О себе
Config PC:

Monitor Led 24" Gamer LG 24GL600F 3ms 75hz
Monitor Secundario Led 24 LG 24GL6000F
i5 10400
RX570 4GB
Biostar h410m
16gb HyperX 3000Mhz
600w ThermalTake 80 Plus Gold
SSD Sansumg 256gb Nvme M2
------------------------------------------------------------
Periféricos:
Corsair HS60
Logitech M90
ReDragon Mixia White switch Blue
Microfone Behringer C1U
------------------------------------------------------------
twitch.tv/fpsspr #include<stdio.h>
#include<stdlib.h>
#include<locale.h>

int main(){
setlocale(LC_ALL,"Portuguese");

float h1,h2,h3,h4,h5,resp;

printf("Informe as horas trabalhadas no primeiro dia:");
scanf("%f",&h1);
printf("Informe as horas trabalhadas no segundo dia:");
fflush(stdin);
scanf("%f",&h2);
printf("Informe as horas trabalhadas no terceiro dia:");
fflush(stdin);
scanf("%f",&h3);
printf("Informe as horas trabalhadas no quarto dia:");
fflush(stdin);
scanf("%f",&h4);
printf("Informe as horas trabalhadas no quinto dia:");
fflush(stdin);
scanf("%f",&h5);

resp = (h1+h2+h3+h4+h5)/5;

printf("\n");
printf("A média de horas trabalhadas é de: %.1f horas por dia .\n",resp);
printf("\n");

system("pause");
return 0;
}
No information given.No information given.