Computer Science, asked by samyakbharilya422, 11 months ago

Define an algorithm to convert length in feet to centimeter

Answers

Answered by rajnandb383
5

Algorithm.

STEP 1: Start

STEP 2: Declare x, in feet

STEP 3: Input= x feet

STEP 4: CM= x*30.48

STEP 5: Print= y cm

STEP 6: exit

Pseudo code to Convert length in

Pseudo code to Convert length in feet to centimeter

• Begin

• READ x in feet

• input x

• WRITE y=x*30.48

• output y is in cm

• End

Similar questions