Spread the word.

Share the link on social media.

Share
  • Facebook
Have an account? Sign In Now

Sign Up

Have an account? Sign In Now

Sign In

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

Sorry, you do not have permission to ask a question, You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here
Sign InSign Up

SIKSHAPATH

SIKSHAPATH Logo SIKSHAPATH Logo

SIKSHAPATH Navigation

  • Home
  • Questions
  • Blog
    • Computer Science(CSE)
    • NPTEL
    • Startup
  • Shop
    • Internshala Answers
Search
Ask A Question

Mobile menu

Close
Ask A Question
  • Home
  • Questions
  • Blog
    • Computer Science(CSE)
    • NPTEL
    • Startup
  • Shop
    • Internshala Answers
Home/ Questions/Q 18580
Next
In Process

SIKSHAPATH Latest Questions

Hacker
  • 0
  • 0
Hacker
Asked: June 10, 20222022-06-10T13:58:23+05:30 2022-06-10T13:58:23+05:30In: C++

Design a program that displays a table of the Celsius …

  • 0
  • 0

Design a program that displays a table of the Celsius temperatures 0 through 20 and their Fahrenheit equivalents. The formula for converting a temperature from Celsius to Fahrenheit is:

F = 9/5 C + 32

where F is the Fahrenheit temperature and C is the Celsius temperature. Your program must use a loop to display the table.

  • 1 1 Answer
  • 109 Views
  • 0 Followers
  • 0
Answer
Share
  • Facebook

    1 Answer

    • Voted
    • Oldest
    • Recent
    1. I'M ADMIN
      I'M ADMIN
      2022-06-10T17:40:17+05:30Added an answer on June 10, 2022 at 5:40 pm

      Follow Us on Instagram and Join Telegram for more updates and queries:

      Follow us on Social Media
      twitterwhatsapp

       

      Answer:

      CODE:

      //Visit Sikshapath.in for more
      
      #include <iostream>
      #include <iomanip>
      
      using namespace std;
      
      int main()
      {
      float f = 0;
      cout << setprecision(1) << fixed; //sets 1 decimal place (fixed makes it decimals instead of digits)
      cout << "Celsius\t\tFahrenheit" << endl;
      for( int i = 0; i <= 20; i += 1 ) 
      {
      f=(i*1.8)+32;
      
      cout << i << "\t\t" << f << endl;
      }
      return 0;
      }
        • 0
      • Reply
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn

    Leave an answer
    Cancel reply

    You must login to add an answer.

    Forgot Password?

    Need An Account, Sign Up Here

    Sidebar

    store ads

    Stats

    • Questions 1k
    • Answers 1k
    • Posts 141
    • Best Answers 89
    • Cloud Computing Notes 101: Learn Fundamentals, Service Models, and Virtualization!
    • This Free AI Tool Translates Entire Books in Minute !
    • 25 Essential Software Testing Questions: Flashcard Edition!
    • 27 C++ Questions & Answers – Quiz 1 Flashcards
    • Interactive Alphabet Flashcards for Kids: A to Z Learning Fun!

    Explore

    • Recent Questions
    • Questions For You
    • Answers With Time
    • Most Visited
    • New Questions
    • Recent Questions With Time

    Footer

    SIKSHAPATH

    Helpful Links

    • Contact
    • Disclaimer
    • Privacy Policy Notice
    • TERMS OF USE
    • FAQs
    • Refund/Cancellation Policy
    • Delivery Policy for Sikshapath

    Follow Us

    © 2021-24 Sikshapath. All Rights Reserved

    Insert/edit link

    Enter the destination URL

    Or link to existing content

      No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.