-
Notifications
You must be signed in to change notification settings - Fork 0
/
student details.fprg
35 lines (35 loc) · 2.02 KB
/
student details.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="sanju"/>
<attribute name="about" value=""/>
<attribute name="saved" value="2022-10-30 01:57:41 PM"/>
<attribute name="created" value="c2FuanU7REVTS1RPUC1SRE1IMlJLOzIwMjItMTAtMjg7MDk6MjQ6MTggQU07MjkwNA=="/>
<attribute name="edited" value="c2FuanU7REVTS1RPUC1SRE1IMlJLOzIwMjItMTAtMzA7MDE6NTc6NDEgUE07MzA7MzA2NA=="/>
</attributes>
<function name="Main" type="None" variable="">
<parameters/>
<body>
<declare name="a" type="String" array="False" size=""/>
<output expression=""enter your roll number"" newline="True"/>
<input variable="a"/>
<declare name="b" type="String" array="False" size=""/>
<output expression=""enter your name"" newline="True"/>
<input variable="b"/>
<declare name="c" type="String" array="False" size=""/>
<output expression=""enter your adress"" newline="True"/>
<input variable="c"/>
<declare name="d" type="String" array="False" size=""/>
<output expression=""enter your blood group"" newline="True"/>
<input variable="d"/>
<declare name="e" type="String" array="False" size=""/>
<output expression=""enter your phone number"" newline="True"/>
<input variable="e"/>
<declare name="f" type="String" array="False" size=""/>
<output expression=""enter your department assigned"" newline="True"/>
<input variable="f"/>
<output expression=""your name is" &b &"your roll number" &a &"your address is" &c &"your blood group" &d &"your phone number" &e &"your department assigned" &f" newline="True"/>
</body>
</function>
</flowgorithm>