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
2 answers
Sorry but the right thing to do is pay attention in class.
128