1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Temka [501]
3 years ago
12

Write a program that converst the temperature from Celcius to Fahrenheit. The formula is: F (9/5)C+32

Computers and Technology
2 answers:
gregori [183]3 years ago
6 0

Answer:

F

=

9

5

C

+

32

Subtract 32 from both sides:

F

−

32

=

9

5

C

Multiply both sides by 5:

5

(

F

−

32

)

=

9

C

Divide both sides by 9:

5

9

(

F

−

32

)

=

C

or  

C

=

5

9

(

F

−

32

)

Explanation:

Katen [24]3 years ago
3 0

Answer:

celcius = float(input())

farenheit = (9/5) * celcius + 32

print(farenheit)

Explanation:

Step 1 read the celcius data

celcius = float(input())

Step 2 calculate the farenheit data with the equetion (9/5)C+32

farenheit = (9/5) * celcius + 32

Step 3 show results

print(farenheit)

You might be interested in
Cable Internet access can be described with which feature?
Alekssandra [29.7K]

Answer:

what issue do you think are important in our life

7 0
2 years ago
Read 2 more answers
Given a String variable response that has already been declared, write some code that repeatedly reads a value from standard inp
OverLord2011 [107]

Answer:

The following code is:

do     // set do while loop

{

response = stdin.next();    

}

while (response != "Y" || response != "y" || response != "N" || response != "n");

//  terminate do while loop

Explanation:

The following code starts with do while loop whose variables has already declared and then we assume the availability of the variable "stdin" which references the Scanner object and write some code to execute inside the do-while loop.

5 0
2 years ago
If you specify a user without specifying a hostname, mysql will
ruslelena [56]
<span>If you specify a user without specifying a hostname, mysql will </span>automatically put a percent sign (%) the host to show that the user can connect from any host.
3 0
3 years ago
For a panoramic photograph, you will more than likely want to control the exposure of the photograph yourself rather than lettin
Ronch [10]
When shooting panoramic you would want to control the exposure yourself, much rather than the camera..... A panoramic is one big picture correct, so you would want all of them to be the same exposure level, now some cameras may lock on, and others may not......your correct answer would be TRUE does this make sense?
8 0
3 years ago
What is the best response to cyberbullying?
astra-53 [7]
Answer is C





Braine list please:)
5 0
3 years ago
Read 2 more answers
Other questions:
  • Which of the following describes a hash algorithms ability to avoid the same output from two guessed inputs?A. Collision avoidan
    12·1 answer
  • What is a flash player?
    9·2 answers
  • ____ is high-quality encryption software that has become quite popular for creating secure e-mail messages and encrypting other
    9·1 answer
  • What is runtime error in Python? Provide an example
    14·1 answer
  • 1. Zack sees an online contest. He could win $10,000 instantly! On the sign-up form, he enters his name and email address. He is
    15·1 answer
  • Mathematical expression that might link numbers in cells
    14·1 answer
  • What does the action tool allow you to do in Microsoft power point?
    9·1 answer
  • What is the point of brainy when other people have to answer your questions but not the cumputer
    9·1 answer
  • Allows a user to control the<br>volume of the computer​
    8·1 answer
  • Activity #2
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!