Asked by Jeniffer
Write a program that will ask the user to enter a person's age, weight and birth month. Your program will compare the entered value to the following and print the appropriate response. Be sure to use modules.
The secret answers: age=25
The comparison: if the guessed age less than or equal to 25
The printed response: Congratulations, the age is 25 or less.
The secret answer: weight= 128
The comparison= If the guessed weight is greater that or equal to 128
The printed response: Congratulations, the weight is 128 or more
The secret answer: birthMonth = 'April'
The comparison: if the guessed month is equal to April
The printed response: Congratulations, the birth month is April
This program to be written in Python and Raptor
The secret answers: age=25
The comparison: if the guessed age less than or equal to 25
The printed response: Congratulations, the age is 25 or less.
The secret answer: weight= 128
The comparison= If the guessed weight is greater that or equal to 128
The printed response: Congratulations, the weight is 128 or more
The secret answer: birthMonth = 'April'
The comparison: if the guessed month is equal to April
The printed response: Congratulations, the birth month is April
This program to be written in Python and Raptor
Answers
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.