Ques3 of height and foot please urgently
Attachments:
Answers
Answered by
0
Answer:
my height=150cm=381 inches=31.75
fer up to you are doing good and time
Answered by
0
Answer:
#include<iostream.h>
#include<conio.h>
#include<math.h>
clrscr();
void main()
{
cout<<"Enter height in cm" \n;
int h;
cin>>h;
int f, i;
f=h × 12 ;
cout <<\n " Height in foot is:" \n;
cout<<f;
i= h × 2.54;
cout<<" \n Height in inch is:" \n;
cout<<i;
};
<getch>
Similar questions