answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How do i write a visual logic code for converting Fahrenheit to Celsius?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why do scientist use Fahrenheit?

They don't. Scientific calculations are always done in Celsius, where the freezing point of water is set at 0, and the boiling point at 100. Fahrenheit is a scale that the founder set water freezing at 32 degrees because this way it would never reach 0 degrees (unless you get ridiculously below freezing). The logic of Celsius is better and that why scientist use it.


Is -10 degrees cold?

In Logic fahrenheit is colder because a bird


Is -10 degrees Celsius hot or cold?

Cold is a comparative. Compared to 100 degrees Fahrenheit then 10 degrees is cold. Compared to minus 100 degrees Fahrenheit it is not. Remember that water freezes at 32 degrees Fahrenheit


What is the logic behind -273 Celsius 0kelvin?

The reason that its like that is because -273 degrees Celsius is the temperature of absolute zero so they add 273 to the degree Celsius so that 0 degrees kelvin is absolute zero.


What is logic error in c plus plus?

A logic error is an error that will not cause the program to crash, but will nevertheless cause the program to behave in a way that is unexpected or otherwise incorrect. By way of example, a program that converts Fahrenheit to Celsius will behave incorrectly if the program is written to multiply and divide first instead of adding or subtracting first (F-32*5/9=C instead of (F-32)*5/9=C). In this case, simply forgetting the enclosing parentheses caused the logic error.


Why is the interactive Visual Logic flowchart program more useful than a manually drawn flowchart?

A manual flowchart is static. The advantage of an interactive Visual Logic flowchart is that it allows users to input values for various variables at runtime. When the flowchart is finished, users can then run the program behind the chart.


What are the steps in the design process of converting a set of design specifications into a functional combinational logic circuit?

A: FIRST step is form a flow chart. whereby decisions can be followed


How much math is needed to program Visual Basic?

You don't really need math to write programs in Visual Basic or most any other language unless the program is about mathematical situations. Understanding of mathematical logic concept (AND OR NOT IMPLIES) does makes thing easier.


How do you enter data into an array in visual logic?

Just like this.//create arrayMakeArray(name,boundary)// assign valuesname(0) = blankname(1) = blankname(2) = blank//etc.....


PLC ladder diagram for boolean function?

The process of converting control objectives into a ladder logic program requires structured thought. Boolean algebra provides the tools needed. You can get the product at projuktiponno


Imagine you are giving a speech about the history of rap music. Which visual aid would best appeal to the audience's logic and reason?

A chart showing the growth of rap music album sales Apex


What are the blocks in logic gates?

The blocks in a logic gate depends on the logic family we use.A logic gate is designed using a specific logic family. The logic families can be DTL, TTL, CMOS etc.The blocks are different for different logic families.The various blocks in various logic families are:Diode logic: diodes and resistorsDTL logic : diodes and resistorsTTL logic : transistors and resistorsNMOS logic: only NMOS FETsPMOS logic: Only PMOS FETsCMOS logic: Both NMOS and PMOS FETsBiCMOS Logic: both transistors and FETs.