-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path05_JosefinaN.fprg
27 lines (27 loc) · 1.16 KB
/
05_JosefinaN.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
<?xml version="1.0"?>
<flowgorithm fileversion="2.11">
<attributes>
<attribute name="name" value=""/>
<attribute name="authors" value="Luis Monge"/>
<attribute name="about" value=""/>
<attribute name="saved" value="2019-09-12 12:56:11 PM"/>
<attribute name="created" value="THVpcyBNb25nZTtNSU5HOzIwMTktMDktMTI7MTI6MzU6NDMgUE07MjUzMg=="/>
<attribute name="edited" value="THVpcyBNb25nZTtNSU5HOzIwMTktMDktMTI7MTI6NTY6MTEgUE07MTsyNjM4"/>
</attributes>
<function name="Main" type="None" variable="">
<parameters/>
<body>
<declare name="numero" type="Integer" array="False" size=""/>
<output expression=""se pagan en el mismo lugar"" newline="True"/>
<input variable="numero"/>
<if expression="numero=1">
<then>
<output expression=""los va a pagar el mismo dia"" newline="True"/>
</then>
<else>
<output expression=""los pagara en dias diferentes"" newline="True"/>
</else>
</if>
</body>
</function>
</flowgorithm>