-
Notifications
You must be signed in to change notification settings - Fork 0
/
my information.fprg
34 lines (34 loc) · 1.82 KB
/
my information.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="v j srikar"/>
<attribute name="about" value=""/>
<attribute name="saved" value="2022-10-28 09:37:12 AM"/>
<attribute name="created" value="diBqIHNyaWthcjtERVNLVE9QLUpMOTVCVVU7MjAyMi0xMC0yODswOToyNjozOCBBTTszMjkz"/>
<attribute name="edited" value="diBqIHNyaWthcjtERVNLVE9QLUpMOTVCVVU7MjAyMi0xMC0yODswOTozNzoxMiBBTTsxOzMzOTU="/>
</attributes>
<function name="Main" type="None" variable="">
<parameters/>
<body>
<declare name="rollno" type="Integer" array="False" size=""/>
<output expression=""enter the roll number"" newline="True"/>
<input variable="rollno"/>
<declare name="name" type="String" array="False" size=""/>
<output expression=""enter your name"" newline="True"/>
<input variable="name"/>
<declare name="address" type="String" array="False" size=""/>
<output expression=""enter your address"" newline="True"/>
<input variable="address"/>
<declare name="bloodgrp" type="String" array="False" size=""/>
<output expression=""enter your bloodgrp"" newline="True"/>
<input variable="bloodgrp"/>
<declare name="phnnum" type="Integer" array="False" size=""/>
<output expression=""enter your phnnum"" newline="True"/>
<input variable="phnnum"/>
<declare name="depertmentassigned" type="String" array="False" size=""/>
<output expression=""enter the departement assigned"" newline="True"/>
<input variable="depertmentassigned"/>
</body>
</function>
</flowgorithm>