PLAN CODE

  • Home
  • Earn Money
  • Youtube
  • instagram
  • Facebook
  • C++
  • Home
  • Contact
  • Terms and conditions
HomeC++Temperature coverter in fahrenheit into celcious

Temperature coverter in fahrenheit into celcious

plan code December 07, 2020
Temperature coverter in fahrenheit into celcious
code start from_____________________________________________________________________#include<iostream>
using namespace std;int main(){ float temp_fahren, temp_celsius; cout << "Enter the temperature in Fahrenheit:"; cin >> temp_fahren; temp_celsius = (temp_fahren - 32) * 5 / 9; cout << temp_fahren << "F = " << temp_celsius << endl; temp_fahren = (temp_celsius * 9 / 5) + 32; cout << temp_celsius << "F = " << temp_fahren << endl;

system("pause");}

C++ temperature
  • Newer

  • Older

You may like these posts

Post a Comment

0 Comments

Emoji
(y)
:)
:(
hihi
:-)
:D
=D
:-d
;(
;-(
@-)
:P
:o
:>)
(o)
:p
(p)
:-s
(m)
8-)
:-t
:-b
b-(
:-#
=p~
x-)
(k)
Powered by Blogger
PLAN CODE

Report Abuse

Labels

  • C++ (8)
  • C++ first code (11)
  • Table (4)
  • calculator (1)
  • coding softwares (1)
  • equation program calculator (1)
  • login module (3)
  • marks (2)
  • pattern (2)
  • temperature (1)

Copyright (c) 2020 plancode All Right Reseved

Crafted with by plancode | Distributed by plancode