LET A length in feet A = 2 feet LET B = 30.48 cm (i think i missed something here) this step is not correct ) LET C be the product of A and B C= A X B PRINT C
what are you trying to achieve? If you want to multiply 2 lengths then you should first convert them to the same units 1cm = 0.032808399 feet
You cannot multiply 2 feet X 30.48 cm - the number you get makes no physical sense. If you want the answer in sq feet then convert 30.48 cm to feet and multiply by 2 If you want the answer in sq cm then convert 2 feet to cm and then multiply by 30.48
you're converting `feet` to `cm` right ?
try below : ``` LET A length in feet A = 2 feet LET B = 30.48 cm/foot LET C be the product of A and B C= A X B PRINT C ```
can you help with e flow chart
Join our real-time social learning platform and learn together with your friends!