Computer Science, asked by djsnake8, 4 months ago

1.Write a program to convert the weight from

kilogram to pounds.


CLS


INPUT"Enter the weight in kilogram";K


LETP=K*2.2


PRINT"The Pound is";P


END


OUTPUT


Enter the weight in kilogram 30


[P=30*2.2=66]


The Pound is 66











pls pls pls pls pls ans properly ​

Answers

Answered by Anonymous
3

Answer:

Logic To Convert Kilograms to Pounds

First we ask the user to enter weight / mass in kilograms. Then we multiply that value with 2.20462. The result itself is the pound equivalent of user entered weight in KG.

Answered by xthamanjil509
0

Answer:

Explanation:

hi monit

Similar questions