-
Notifications
You must be signed in to change notification settings - Fork 0
/
cb.en.u4cys22017a.fprg
35 lines (35 loc) · 2.05 KB
/
cb.en.u4cys22017a.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
35
<?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 08:05:02 PM"/>
<attribute name="created" value="aGFuc2k7SEFOU0lDQTsyMDIyLTEwLTI4OzA3OjQ4OjUxIFBNOzIzMjA="/>
<attribute name="edited" value="aGFuc2k7SEFOU0lDQTsyMDIyLTEwLTI4OzA4OjA1OjAyIFBNOzE7MjQxOA=="/>
</attributes>
<function name="Main" type="None" variable="">
<parameters/>
<body>
<declare name="rollno" type="String" array="False" size=""/>
<output expression=""string rollno"" newline="True"/>
<input variable="rollno"/>
<declare name="name" type="String" array="False" size=""/>
<output expression=""enter name"" newline="True"/>
<input variable="name"/>
<declare name="address" type="String" array="False" size=""/>
<output expression=""enter address"" newline="True"/>
<input variable="address"/>
<declare name="bloodgroup" type="String" array="False" size=""/>
<output expression=""enter bloodgroup"" newline="True"/>
<input variable="bloodgroup"/>
<declare name="phonenumber" type="Integer" array="False" size=""/>
<output expression=""enter phonenumber"" newline="True"/>
<input variable="phonenumber"/>
<declare name="departmentassigned" type="String" array="False" size=""/>
<output expression=""enter departmentassigned"" newline="True"/>
<input variable="departmentassigned"/>
<output expression=""rollno is"&rollno& "name is"&name& "address is"&address& "bloodgroup is"&bloodgroup& "phonenumber is"&phonenumber" newline="True"/>
</body>
</function>
</flowgorithm>