Temperature conversion: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: changed the number of digits (decimal fraction) displayed. -- ~~~~)
(+1)
Line 169: Line 169:
R 37.80
R 37.80
</pre>
</pre>

=={{header|МК-61/52}}==
<lang>П7 0 , 8 * П8 ИП7 9 * 5
/ 3 2 + П9 ИП7 2 7 3 ,
1 5 + П4 С/П П8 1 , 8 /
БП 00 П9 3 2 - 5 * 9 /
БП 00 П4 2 7 3 , 1 5 -
БП 00</lang>

''Instruction:''

tºC = РX В/О С/П;

tºRa = РX БП 25 С/П;

tºF = РX БП 32 С/П;

tK = РX БП 42 С/П;

''Result:''

РX = Р4 = tK;

Р7 = tºC;

Р8 = tºRa;

Р9 = tºF.


=={{header|PHP}}==
=={{header|PHP}}==