-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path04_Josefina.fprg
27 lines (27 loc) · 1.23 KB
/
04_Josefina.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-10-02 08:24:27 PM"/>
<attribute name="created" value="THVpcyBNb25nZTtNSU5HOzIwMTktMDktMTI7MTA6NTM6NDMgQU07MjUxNQ=="/>
<attribute name="edited" value="THVpcyBNb25nZTtNSU5HOzIwMTktMTAtMDI7MDg6MjQ6MjcgUE07ODsyNjQz"/>
</attributes>
<function name="Main" type="None" variable="">
<parameters/>
<body>
<declare name="respuesta" type="String" array="False" size=""/>
<output expression=""¿Puedo pagar en el mismo lugar la luz y el agua?"" newline="True"/>
<input variable="respuesta"/>
<if expression="respuesta=="si"">
<then>
<output expression=""Voy a pagar los recibos el mismo dia"" newline="True"/>
</then>
<else>
<output expression=""Pagaré en diferente dia los recibos"" newline="True"/>
</else>
</if>
</body>
</function>
</flowgorithm>