Answered step by step
Verified Expert Solution
Link Copied!

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Prelude To Programming

Authors: Stewart Venit, Elizabeth Drake

6th Edition

013374163X, 978-0133741636

More Books

Students also viewed these Programming questions

Question

What are the three basic forms of business organizations?

Answered: 1 week ago

Question

If Name = "John", then Name >= "JOHN". True or False

Answered: 1 week ago