#include<stdio.h>
#include<conio.h>
void main()
{
float le,ft,in,cm;
clrscr();
printf("\nEnter the values of length(in meters): ");
scanf("%f",&le);
ft=le*3.33;
in=ft*12;
cm=le*100;
printf("\nfeet is= %f",ft);
printf("\ninches is= %f",in);
printf("\ncentimeters is= %f",cm);
getch();
}
Looking for a hassle-free pathway to secure a seat at Vydehi Medical College? College Dhundo offers valuable insights on "Direct Admission In Vydehi Medical College Direct Admission In Vydehi Medical College Explore this informative resource to simplify your admission process and achieve your medical education goals.
ReplyDelete