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
Gnom [1K]
3 years ago
13

Complete the program by writing and calling a function that converts a temperature from Celsius into Fahrenheit. Use the formula

F = C x 9/5 + 32. Test your program knowing that 50 Celsius is 122 Fahrenheit.
Computers and Technology
1 answer:
Rina8888 [55]3 years ago
4 0

Answer:

C = int(input("Enter a number ::))

F = (C * (9 /5)) + 32

print(" {} in Fahrenheit is {} ". format(C, F))

Explanation:

The program takes an input from the user and converts the input to a fahrenheit.

You might be interested in
What is the khan academy game where it is a block having to jump over lava and is an endless runner
saw5 [17]

Answer:https://www.khanacademy.org/computer-programming/lava-the-impossible-game-by-swax97/4638717300965376/embedded?id=1436456095000-0.5&origin=undefined&buttons=yes&embed=yes&editor=no&author=yes

Explanation:

5 0
3 years ago
You suspect that the Web Server, which is located on your network and hosts multiple Internet facing Websites. The Web Server ru
makkiz [27]

Answer:

Block all incoming ICMP requests.

Explanation:

Since  the  web  server  is  hosts  a  lot  of  internet  facing  websites .On investigation it was find out that the web server  is getting  flooded  with  a  lot of  ping  requests  hence  it  becomes unavailable  occasionally. So  to  tackle  this  problem  we  should  block  all  of  the  incoming  ICMP  requests.

5 0
3 years ago
Does anybody know the answer to 5.7.5: Factorial of Code HS? I can’t figure it out
shutvik [7]

function myFunction(num){

 n = 0;

 total = 1;

 while (n < num){

   total *= (num - n);

   n+=1;

 }

 return total;

}

alert(myFunction(6));

I'm not too proficient in JavaScript but here's what the function would look like. I hope this helps!

4 0
3 years ago
Read 2 more answers
What is one common result of restructuring?
Oksana_A [137]
One common result of restructuring is new job descriptions.
8 0
3 years ago
Please use complete sentences.
Lana71 [14]
Photography captures personal communication that would otherwise be lost forever. People take photographs to document their achievements, their experiences, their friends & family. Photography is popular because it is accessible to so many people, and fulfills so many requirements. ... Photography allows us to capture the most beautiful moments of our lives.
8 0
3 years ago
Other questions:
  • What are the five types of alignment in word?
    8·2 answers
  • Why was Windows 1.0 considered an operating environment rather than an operating system?
    10·2 answers
  • How many times go you need to click the format painter button to apply copied formats to multiple paragraphs one right after the
    5·2 answers
  • What can search the Internet and select elements based on important words?
    6·2 answers
  • The acceleration of a body is 3 metre per second square what does it mean​
    11·2 answers
  • Explain the difference between true north and magnetic north.
    9·1 answer
  • Question 1 of 10 Chase lives in Oregon but works for a company that is located in Florida. What business trend is this an exampl
    11·2 answers
  • What is the shortcut key to apply /remove the subscript effect?<br> Ctrl+=<br><br> Ctrl-+
    14·1 answer
  • Need answer ASAP
    14·1 answer
  • Would my phone still work if I snapped it in half?
    8·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!