Computer Science, asked by 7987501435prathambha, 1 year ago

Ques3 of height and foot please urgently

Attachments:

Answers

Answered by nsangwan684
0

Answer:

my height=150cm=381 inches=31.75

fer up to you are doing good and time

Answered by tanishqkale0641
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