#include<stdio.h>void main(){int f,m,a;printf("enter mass n accelration");scanf("%d%d",&m,&a);f=m*a;printf("%d",f);}