-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcb.en.u4cys22032.fprg
34 lines (34 loc) · 1.73 KB
/
cb.en.u4cys22032.fprg
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
30
31
32
33
34
<?xml version="1.0"?>
<flowgorithm fileversion="3.0">
<attributes>
<attribute name="name" value=""/>
<attribute name="authors" value="hansi"/>
<attribute name="about" value=""/>
<attribute name="saved" value="2022-10-28 09:25:46 PM"/>
<attribute name="created" value="aGFuc2k7SEFOU0lDQTsyMDIyLTEwLTI4OzA5OjExOjQ1IFBNOzIzMTU="/>
<attribute name="edited" value="aGFuc2k7SEFOU0lDQTsyMDIyLTEwLTI4OzA5OjI1OjQ2IFBNOzE7MjQyOQ=="/>
</attributes>
<function name="Main" type="None" variable="">
<parameters/>
<body>
<declare name="rollno" type="String" array="False" size=""/>
<output expression=""roll no"" newline="True"/>
<input variable="rollno"/>
<declare name="name" type="String" array="False" size=""/>
<output expression=""name"" newline="True"/>
<input variable="name"/>
<declare name="address" type="String" array="False" size=""/>
<output expression=""address"" newline="True"/>
<input variable="address"/>
<declare name="bloodgroup" type="String" array="False" size=""/>
<output expression=""blood group"" newline="True"/>
<input variable="bloodgroup"/>
<declare name="phoneno" type="Integer" array="False" size=""/>
<output expression=""phone number"" newline="True"/>
<input variable="phoneno"/>
<declare name="departmentassigned" type="String" array="False" size=""/>
<output expression=""department assigned"" newline="True"/>
<input variable="departmentassigned"/>
</body>
</function>
</flowgorithm>