converting temperature from fahrenheit to celsius

import java.util.Scanner;

public class Main {

    public static void main(String args[]) {
        Scanner sc = new Scanner(System.in);
        int far = sc.nextInt();
        int cel = (far - 32) * 5/9;
        System.out.printf("%d Fahrenheit is %d Celsius", far, cel);
    }
}

3.8
5
Awgiedawgie 440215 points

                                    محمد حميد

3.8 (5 Votes)
0
Are there any code examples left?
Create a Free Account
Unlock the power of data and AI by diving into Python, ChatGPT, SQL, Power BI, and beyond.
Sign up
Develop soft skills on BrainApps
Complete the IQ Test
Relative searches
temperature converter fahrenheit to celsius celsius convert fahrenheit calculator how to code fahrenheit to celsius convert celsius to fahrenheit calculation convert farenheit to celcius calculation converter Celsius to Fahrenheit converter of Celsius to Fahrenheit converter of Fahrenheit to Celsius how to transform from celsius to fahrenheit converter farenheits para celsius fahrenheit to celsius online converter converter farenheits to celsius celsius convert to fahrenheit calculator fahrenheit and degree celsius converter converting between celsius and fahrenheit -10 degrees fahrenheit to celsius farenheit to celsius calculator turn celsius into fahrenheit how to turn farenheit to celsius convert celsius to fahrenheit calculator converting farenheit to degrees degrees celcius to. farenheit online celsius to fahrenheit converter how to turn celcius to farenheit fahrenheit-celsius converter convert fahrenheit to celsius calculator celsius to fahrenheit calculator degrees celsius to fahrenheit how to find fahrenheit to celsius how to get celsius to fahrenheit celsius fahrenheit converter how to convert between fahrenheit and celsius fahrenheit to celsius function farenheits to degrees fahrenheit to celsius conversion calculator different formulas to convert celsius to fahrenheit converter fahrenheit to celsius 0 degrees celsius to fahrenheit transform fahrenheit to celsius transform farenheit to celcius how to convert degrees celcius to farenheit celsius to fahrenheit calculation fahrenheit to degrees celsius. fahrenheit to celsius calculator turn farenheit to celcius translation from fahrenheit to celsius formula fahrenheit to celsius degrees celcius to farenheit fahrenheit celsius converter convert temperature fahrenheit to celsius 9 F to C 70 and 120 degrees fahrenheit to celsius -144 f to c temperature f to c how to calculate temperature fahrenheit to celsius fah to celsius converter 90 f in c ferinheigt to c 70-90f to c -42 degrees farenheit to celsius -42 degrees farenheit 5 degrees fahrenheit to cel 90 degrees c to f -14 f in c 48 degrees fahrenheit to celsius from Fahrenheit to Celsius formula temperature from celsius to fahrenheit js convert Celsius to F Fahrenheit -34f to c f to degree celsius converter -190f to c fahrenheit into celsius formula -55F to c farenheit to celsius converter fh to c f to c conversion convert from fahrenheit to celsius formula convert temp to degree celsius convert farenheit to celcius formula degree converter from degrees fahrenheit f to c c# -42 f to c farenheight to degrees -260 degrees farenheit formula for farhenight to celsius fah to cel formula f ro c temperature fahrenheit to celsius fahrenheit celsius table 3 f in c temperature celsius or ahrenheit fahrenheit to celsius formula in c celsius to fahrenheit converter 32 degrees celsius to fahrenheit f vs c conversion formula from f to c fahrenheit to degree converter degrees to fahrenheit formula of fahrenheit to celsius degrees to farenheit 50 f in c 100 degrees fahrenheit to celsius -56f to c temp f to c conversion from fahrenheit to celsius formula Conversion (Fahrenheit to Celsius) 100 degrees to cels how to transform from fahrenheit to celsius fahrenheit celcvius converter -9f to c f to c temp 5 degrees farenheit fahrenheit conversion to celcius formula temp f toc fahrenheit conversion to celsius formula -16F to c equation to convert fahrenheit to celsius 5 deg F to c convert temperature to celsius formula for fahrenheit to celsius f tot c formula for f to c 50 far in cel f ot c farenight to celsius formula degrees f to c formula celsius to fahrenheit fehrenhite to celecus converter f to celsius converter c to f formula -6f to c temperature fahrenheit to celsius formula formula for celsius to fahrenheit fahrenheit to celsius conversion factor formula -44f to c how to calculate temperature from fahrenheit to celsius 40 degrees in celsius fahrenheit to degrees celsius 6 degrees fahrenheit to celsius -94 f to c 100 f to c 0f to c temperature farad to celsius convert fahr to C formula 40 f in c fah to cel converter formulat f to c formulat c to f -42°F to c 200 f to c fernite to celsius formula formula for c to f farhinhite to celcius formula how to convert f to c %f in C 80 degrees in celsius 5 f to c degree to fahrenheit formula degrees f 60 degrees centigrade in celsius how to turn fahrenheit into celsius equation for conversion of fahrenheit to celsius -23f to c ferenheight to celcius calculator formula to convert fahrenheit to celsius formula for farenheit to celcius f to c equation farenheit to degrees degrees f to degrees c convert from f to c fharaneit to degrees 60 F in C -173 degrees f in c .f in c 70 in c calculation to convert fahrenheit to celsius degrees fahrenheit converting temperature from fahrenheit to celsius convert fahrenheit to celsius in C 60 degrees f to c 90 f to c equation for fahrenheit to celsius F to C fourmal 5f to c f to c calculator how to find fahrenheit from celsius f to c calc -29f to c -24f to c 70-90 degrees fahrenheit to celsius fahrenheit to degrees -47 f in c degrees farhnheit How can I cconvert F to C conversion formula f to c fahr to c f to celsius formula degrees fahrenheit to celsius celsius to fahrenheit formula F in C what is 40 degrees fahrenheit in celsius what is 32 degrees f in celsius 60 F to C fahrenheit to celsius converter formula 80 far to cel -181 degrees F to Celsius -181 degrees F to Celcius f - c converter fahrenheit to celsius conversion formula degrees to celsius f to c converter fahrenheit to celcius formula 32 f to c 68 degrees f to c 80 f to c formu7la of c to f 60°F to c farenheight to celicius equation 60f in c fahrenheit formula -27f to c fahrenheit celsius formula 80f to c how to convert temperature from fahrenheit to celsius fahrenheit to c 40 degrees f to c -94.2f to c degrees farenheit to celcius formula to convert fahrenheit into celcius 50 degrees fahrenheit to celsius degrees in celsius 80 degrees f to c ff to c 40 f to c conversion from f to c farheen heat to celsius calculator formula for *f to *c 90 degree f to c convert fare 80 degrees fahrenheit to celsius farenheit to celsius formula farenheit to c formula 85 f to c ferinheight to celcius calculator 90f to c convert fahrenheit to celsius formula 40 degrees fahrenheit to celsius fahrenheit to celsius converter 60 degrees fahrenheit to celsius whats the 32 in the fahrenheit to celsius formula 90 degrees fahrenheit to celsius 60f to c fahrenhti to celsuis equation fahrenheit to celsius equation f to c formula convert f to c f to c 50 f to c formula to convert f to c formula to convert farenheit to celcius fahrenheit to celsius formula convert fahrenheit to celsius
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source