jituTechnology

jituTechnology

Write a program to calculate the mass of air in Automobile tire

/*A program to calculate the mass of air in automobile tire
programmed by
name: Jitendra yadav
roll: 16 */
#include <stdio.h>
#include <conio.h>
void main()
{
int V,m,T,P;
printf(“Enter the pressure of a tire:”);
scanf(“%d”,&P);
printf(“Enter the Volume of air in the tire:”);
scanf(“%d”,&V);
printf(“Enter the temperature of air in the tire:”);
scanf(“%d”,&T);
m=(P*V)/(0.37*(T+460));
printf(“The mass of air in Automobile tire is: %d”,m);
getch();
}

No comments yet.

Add a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.



Connect with Me

GPO 8973 NPC 541; Kathmandu Nepal
Phone: +977 9851236800

Calendar

January 2026
S M T W T F S
 123
45678910
11121314151617
18192021222324
25262728293031