Write a program that converts a temperature input in degrees Celsius into degrees Fahrenheit and displays both

Question:

Write a program that converts a temperature input in degrees Celsius into degrees Fahrenheit and displays both temperatures. You will need the following variables:

Celsius (a Float)             

Fahrenheit (a Float)

You will need the following formula:

Fahrenheit = (9/5) * Celsius + 32

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Prelude To Programming

ISBN: 9780133741636

6th Edition

Authors: Stewart Venit, Elizabeth Drake

Question Posted: