-
Notifications
You must be signed in to change notification settings - Fork 0
/
28.10.22(1).fprg
35 lines (35 loc) · 1.95 KB
/
28.10.22(1).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="Logesh"/>
<attribute name="about" value=""/>
<attribute name="saved" value="2022-10-28 10:30:04 AM"/>
<attribute name="created" value="TG9nZXNoO0RFU0tUT1AtRkJCOU5JNTsyMDIyLTEwLTI4OzA5OjI0OjAwIEFNOzI5MTc="/>
<attribute name="edited" value="TG9nZXNoO0RFU0tUT1AtRkJCOU5JNTsyMDIyLTEwLTI4OzEwOjMwOjA0IEFNOzE7MzAxOA=="/>
</attributes>
<function name="Main" type="None" variable="">
<parameters/>
<body>
<declare name="a" type="String" array="False" size=""/>
<output expression=""enter name"" newline="True"/>
<input variable="a"/>
<declare name="b" type="Integer" array="False" size=""/>
<output expression=""enter roll no"" newline="True"/>
<input variable="b"/>
<declare name="c" type="String" array="False" size=""/>
<output expression=""enter address"" newline="True"/>
<input variable="c"/>
<declare name="d" type="String" array="False" size=""/>
<output expression=""enter BG"" newline="True"/>
<input variable="d"/>
<declare name="e" type="Integer" array="False" size=""/>
<input variable="e"/>
<declare name="f" type="String" array="False" size=""/>
<output expression=""enter department"" newline="True"/>
<input variable="f"/>
<output expression=""enter phonenumber"" newline="True"/>
<output expression=""name"&a& "roll no"&b& "address"&c& "BG"&d& "phonenumber"&e& "department"&f" newline="True"/>
</body>
</function>
</flowgorithm>