Assignment 4.1)
Centigrade to Fahrenheit Modification: Modify the Fahrenheit to centigrade project as follows.
- Use a while loop to do as many temperature conversations as the user wants
- Ask the user for yes no (help)
Assignment 4.2)
Miles Per Gallon Modification: Modify the miles per gallon project in the same way as the prior exercise.
- At the start, ask the user how many mpg conversions, they want to convert.
- Then use a loop to do that many conversions
4.25 ) Guess Animal’s weight assignment
Assignment 4.3) Open assignment. Your open project must have each of the following criteria
- a variable
- store the return value of a function into that variable
- a loop of some kind