#include <stdio.h>
int main(void)
{
float P, V, T, M;
printf ("insira a pressão do pneu");
scanf(%f,&P);
printf ("\ninsira o volume do pneu");
scanf(%f,&V);
printf("\ninsira a temperatura do pneu");
scanf(%f,&T);
M=(P*V*(T+460))/0,37;
printf("\na massa de ar desse pneu é %M", M);
return 0;
}
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.