Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a program that initializes a variable with the value 75 to represent the temperature in Fahrenheit. Then convert that value into Celsius by
Write a program that initializes a variable with the value 75 to represent the temperature in Fahrenheit. Then convert that value into Celsius by using the formula f = 32 + 1.8 c where f is Fahrenheit and c is Celsius. Print the corresponding Celsius value: B) Write a program that asks the user's name and then age. Use appropriate variable names to store these variables. Calculate how old the user will be in 2047 years. For example, if the user enters Tony and 20, the program should print Hi Tony! In 2047 you will be 44! ** Additional features are welcome, remember to write comments in your programs, Name of your program submitted are SAxxxxxxxx.py(or .ipynb) and SBxxxxxxxx.py(or.ipynb) where XXXXXXXX is your student number. ANY special finding from your work?
Step by Step Solution
★★★★★
3.37 Rating (163 Votes )
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started