write a pair of pseudocode statement that prompts the user for a body weight in
ID: 3870882 • Letter: W
Question
write a pair of pseudocode statement that prompts the user for a body weight in kilograms and then inputs the entered value and assign it to a variable called Kgbodyweight write a pair of pseudocode statement that prompts the user for a body weight in kilograms and then inputs the entered value and assign it to a variable called Kgbodyweight write a pair of pseudocode statement that prompts the user for a body weight in kilograms and then inputs the entered value and assign it to a variable called KgbodyweightExplanation / Answer
Pseudocode
1) Print the statement " Enter body weight in kilograms."
2) Ask the user for input.
3) Kgbodyweight=User entered value.
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.