Showing posts with label Fahrenheit To Celsius Converter Pseudocode. Show all posts
Showing posts with label Fahrenheit To Celsius Converter Pseudocode. Show all posts

Wednesday, October 9, 2019

Fahrenheit To Celsius Converter Pseudocode, Algorithm and Flowchart

Programming Problem

Create and design pseudocode and flowchart that will ask the user to give the temperature in Fahrenheit and then convert the given temperature into Celsius equivalent and display the result on the screen.


Pseudocode

Start
   Declare Real celsius, fahrenheit
    Output "Temperature Converter"
    Output "Give the temperature in Fahrenheit  :"
    Input fahrenheit
    Assign celsius = (fahrenheit-32) * 5 / 9
    Output "The temperature in Celsius is " & tofixed(celsius,2) &"°C."
    Output "END OF PROGRAM"
Stop


Algorithm

Step 1: Start
Step 2: Declare variables celsius, fahrenheit
Step 3: Input temperature in Fahrenheit say fahrenheit
Step 4: celsius = 5.0/9.0 (fahrenheit - 32 )
Step 5: Display celsius
Step 6: Stop



Sample Program Output


I am currently accepting programming work, IT projects, school and application development, programming projects, thesis and capstone projects, IT consulting work, computer tutorials, and web development work kindly contact me in the following email address for further details.  If you want to advertise on my website kindly contact me also in my email address also. Thank you.

My email address is the following jakerpomperada@gmail.com, jakerpomperada@aol.com, and jakerpomperada@yahoo.com.

My mobile number here in the Philippines is 09173084360.

My telephone number at home here in Bacolod City, Negros Occidental Philippines is  +63 (034) 4335675.

Here in Bacolod I also accepting computer repair, networking and Arduino Project development at a very affordable price.