Exer de algoritmo
1) int w,x,y,z,valor; printf(" Digite um numero\n "); scanf("%d",&w); printf(" Digite um numero\n "); scanf("%d",&x); printf(" Digite um numero\n "); scanf("%d",&y); printf(" Digite um numero\n "); scanf("%d",&z); valor=(w+x+y+z); printf("\n O VALOR %d\n\n ",valor); system("PAUSE"); return EXIT_SUCCESS;
2)
{ int w,y,valor; printf(" Digite um numero\n "); scanf("%d",&w); printf(" Digite um numero\n "); scanf("%d",&y); valor=(a/b); printf("\n O VALOR %d\n\n ",valor); system("PAUSE"); return EXIT_SUCCESS;}
3)
{ int w,valor,valor1; printf(" Digite valor do produto\n "); scanf("%d",&w); valor=(w*0.10); valor1=(w-valor); printf("\n O valor da mercadoria com desconto é %d\n\n ",valor1); system("PAUSE"); return EXIT_SUCCESS; }
4) { Int w,y,valor; printf(" Digite Nota do primeiro bimestre\n "); scanf("%d",&w); printf(" Digite Nota do segundo bimestre\n "); scanf("%d",&y); valor=(w+y)/2; printf("\n W nota final é %d\n\n ",valor); system("PAUSE"); return EXIT_SUCCESS;}
5)
{
int w,y,valor,valor1; printf(" Digite comprimento do comodo\n "); scanf("%d",&w); printf(" Digite largura do comodo\n "); scanf("%d",&y); valor=(w*y); valor1=(valor*1000); printf("\n O valor em btu's é de %d\n\n btus ",valor1); system("PAUSE"); return EXIT_SUCCESS; }
6) { float altura,peso,IMC; printf("Entre com alt:"); scanf("%f",&altura); printf("Entre com peso:"); scanf("%f",&peso); IMC=((peso))/((alt*alt)); printf("Seu IMC e' %.2f\n",IMC); system("pause");
}
7)
int main()
{
char nome; float vcar,sal,salfim; printf("Entre com seu nome:"); scanf("%s",&nome); printf("Entre com valor do carro:");