-
Notifications
You must be signed in to change notification settings - Fork 0
/
CB.EN.U4CYS22017(C TO F).fprg
23 lines (23 loc) · 1.16 KB
/
CB.EN.U4CYS22017(C TO F).fprg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<flowgorithm fileversion="3.0">
<attributes>
<attribute name="name" value=""/>
<attribute name="authors" value="CB.EN.U4CYS22017"/>
<attribute name="about" value=""/>
<attribute name="saved" value="2022-11-04 09:34:03 AM"/>
<attribute name="created" value="Q0IuRU4uVTRDWVMyMjAxNzsyMDIyMjNNQVlDMDA1NDsyMDIyLTExLTA0OzA5OjE0OjEyIEFNOzMwNTY="/>
<attribute name="edited" value="Q0IuRU4uVTRDWVMyMjAxNzsyMDIyMjNNQVlDMDA1NDsyMDIyLTExLTA0OzA5OjM0OjAzIEFNOzE7MzE2Ng=="/>
</attributes>
<function name="Main" type="None" variable="">
<parameters/>
<body>
<declare name="celsius" type="Integer" array="False" size=""/>
<output expression=""enter celsius value"" newline="True"/>
<comment text="declare and give output to convert to farenhient"/>
<input variable="celsius"/>
<declare name="F" type="Integer" array="False" size=""/>
<assign variable="F" expression="9/5*celsius+32"/>
<output expression=""THE FARENHEIT VALUE IS :"&F" newline="True"/>
</body>
</function>
</flowgorithm>