-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCB.EN.U4CYS22017(SWAPPING).fprg
More file actions
29 lines (29 loc) · 1.53 KB
/
CB.EN.U4CYS22017(SWAPPING).fprg
File metadata and controls
29 lines (29 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?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 10:40:24 AM"/>
<attribute name="created" value="Q0IuRU4uVTRDWVMyMjAxNzsyMDIyMjNNQVlDMDA1NDsyMDIyLTExLTA0OzEwOjI1OjE4IEFNOzMwNTY="/>
<attribute name="edited" value="Q0IuRU4uVTRDWVMyMjAxNzsyMDIyMjNNQVlDMDA1NDsyMDIyLTExLTA0OzEwOjQwOjI0IEFNOzE7MzE1OA=="/>
</attributes>
<function name="Main" type="None" variable="">
<parameters/>
<body>
<declare name="A" type="Integer" array="False" size=""/>
<output expression=""enter for A"" newline="True"/>
<input variable="A"/>
<declare name="B" type="Integer" array="False" size=""/>
<output expression=""ENTER FOR B"" newline="True"/>
<input variable="B"/>
<output expression=""CURRENT VALUE OF A IS:"& A" newline="True"/>
<output expression=""CURRENT VALUE OF B IS"& B" newline="True"/>
<assign variable="A" expression="A+B"/>
<assign variable="B" expression="A-B"/>
<assign variable="A" expression="A-B"/>
<output expression=""SWAPPED VALUE OF A IS "&A" newline="True"/>
<output expression=""SWAPPED VALUE OF B IS"& B" newline="True"/>
</body>
</function>
</flowgorithm>