
digraph {
  bgcolor="transparent"

  node [penwidth=0.5 fontsize="12" shape="box" style="filled" fontcolor="white" fontname="Courier New"]
  edge [penwidth=2 fontsize="10" color="#0A1931" arrowsize=0.8 fontname="Courier New"]

#########
# NODES #
#########
  id_cd72b765_cf9b_4a40_942a_de2bc945a412 [id="id_cd72b765_cf9b_4a40_942a_de2bc945a412#Begin" pos="0.0,10000.0!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="Begin" tooltip="Begin" shape="ellipse" fillcolor="#8de4ff" color="#00799e" fontcolor="#982b13"] 
  id_a021d4ab_7543_47fc_b7e7_c702ff9f04cb [id="id_a021d4ab_7543_47fc_b7e7_c702ff9f04cb#Declare" pos="0.0,9999.0625!" height=0.4 width=1.3 fixedsize=true group="fun-main"    label="Precio = 0" tooltip="Precio: Real = 0" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_f6eea0ba_37f1_4d6e_8635_64f0d8c21d2f [id="id_f6eea0ba_37f1_4d6e_8635_64f0d8c21d2f#Declare" pos="0.0,9998.125!" height=0.4 width=1.19 fixedsize=true group="fun-main"    label="Peso = 25" tooltip="Peso: Real = 25" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_5732d625_db11_46d7_a4e0_852413361ef6 [id="id_5732d625_db11_46d7_a4e0_852413361ef6#Declare" pos="0.0,9997.1875!" height=0.4 width=2.0700000000000003 fixedsize=true group="fun-main"    label="SacosVendidos = 0" tooltip="SacosVendidos: Integer = 0" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_a01fc5e8_6439_458b_9029_f3e71b673ecf [id="id_a01fc5e8_6439_458b_9029_f3e71b673ecf#Output" pos="0.0,9996.25!" height=0.4 width=20.11 fixedsize=true group="fun-main"    label="\"este programa calcula el precio según el total de sacos de papa que proporcione, y le dará el peso total de todos los sacos que vendió (tomando en cuenta que son 25kg cada saco)\"" tooltip="\"este programa calcula el precio según el total de sacos de papa que proporcione, y le dará el peso total de todos los sacos que vendió (tomando en cuenta que son 25kg cada saco)\"" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_ba37df83_0508_40c9_bf57_8e508121fde6 [id="id_ba37df83_0508_40c9_bf57_8e508121fde6#Output" pos="0.0,9995.3125!" height=0.4 width=2.95 fixedsize=true group="fun-main"    label="\"cuánto vale cada saco\"" tooltip="\"cuánto vale cada saco\"" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_45330123_db4e_4621_b256_3a75f242b222 [id="id_45330123_db4e_4621_b256_3a75f242b222#Input" pos="0.0,9994.375!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="Precio" tooltip="Precio" shape="invtrapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_467cad89_823d_4978_a8b6_ed69c724f5e0 [id="id_467cad89_823d_4978_a8b6_ed69c724f5e0#Output" pos="0.0,9993.4375!" height=0.4 width=2.29 fixedsize=true group="fun-main"    label="\"cuantos vendió?\"" tooltip="\"cuantos vendió?\"" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_983d5239_f60a_489d_a96c_28be04209125 [id="id_983d5239_f60a_489d_a96c_28be04209125#Input" pos="0.0,9992.5!" height=0.4 width=1.63 fixedsize=true group="fun-main"    label="SacosVendidos" tooltip="SacosVendidos" shape="invtrapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_c37bf190_a96b_4753_985d_2045c58bd613 [id="id_c37bf190_a96b_4753_985d_2045c58bd613#Declare" pos="0.0,9991.5625!" height=0.4 width=4.16 fixedsize=true group="fun-main"    label="ValorVendidos = Precio*SacosVendidos" tooltip="ValorVendidos: Real = Precio*SacosVendidos" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_b04aaff7_414f_42d8_86c7_4b2a3aa63e24 [id="id_b04aaff7_414f_42d8_86c7_4b2a3aa63e24#Declare" pos="0.0,9990.625!" height=0.4 width=3.83 fixedsize=true group="fun-main"    label="PesoVendidos = Peso*SacosVendidos" tooltip="PesoVendidos: Real = Peso*SacosVendidos" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_e157c48f_bffc_41e8_85e6_0a43f9ef0145 [id="id_e157c48f_bffc_41e8_85e6_0a43f9ef0145#Output" pos="0.0,9989.6875!" height=0.4 width=6.36 fixedsize=true group="fun-main"    label="\"el total de precio que vendió fueron \" +ValorVendidos" tooltip="\"el total de precio que vendió fueron \" +ValorVendidos" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_f94faa56_c378_4601_ae68_880131c78859 [id="id_f94faa56_c378_4601_ae68_880131c78859#Output" pos="0.0,9988.75!" height=0.4 width=6.69 fixedsize=true group="fun-main"    label="\"y el peso de los que vendió fueron \" +PesoVendidos +\"kg" tooltip="\"y el peso de los que vendió fueron \" +PesoVendidos +\"kg" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_3fda1567_7bd2_48c6_891c_8c8b2769428d [id="id_3fda1567_7bd2_48c6_891c_8c8b2769428d#Return" pos="0.0,9987.8125!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="End" tooltip="End" shape="ellipse" fillcolor="#8de4ff" color="#00799e" fontcolor="#982b13"] 

#########
# EDGES #
#########
  id_cd72b765_cf9b_4a40_942a_de2bc945a412:s -> id_a021d4ab_7543_47fc_b7e7_c702ff9f04cb:n [id="id_cd72b765_cf9b_4a40_942a_de2bc945a412@fun-main" tailtooltip=" " edgetooltip=" "]
  id_a021d4ab_7543_47fc_b7e7_c702ff9f04cb:s -> id_f6eea0ba_37f1_4d6e_8635_64f0d8c21d2f:n [id="id_a021d4ab_7543_47fc_b7e7_c702ff9f04cb@fun-main" tailtooltip=" " edgetooltip=" "]
  id_f6eea0ba_37f1_4d6e_8635_64f0d8c21d2f:s -> id_5732d625_db11_46d7_a4e0_852413361ef6:n [id="id_f6eea0ba_37f1_4d6e_8635_64f0d8c21d2f@fun-main" tailtooltip=" " edgetooltip=" "]
  id_5732d625_db11_46d7_a4e0_852413361ef6:s -> id_a01fc5e8_6439_458b_9029_f3e71b673ecf:n [id="id_5732d625_db11_46d7_a4e0_852413361ef6@fun-main" tailtooltip=" " edgetooltip=" "]
  id_a01fc5e8_6439_458b_9029_f3e71b673ecf:s -> id_ba37df83_0508_40c9_bf57_8e508121fde6:n [id="id_a01fc5e8_6439_458b_9029_f3e71b673ecf@fun-main" tailtooltip=" " edgetooltip=" "]
  id_ba37df83_0508_40c9_bf57_8e508121fde6:s -> id_45330123_db4e_4621_b256_3a75f242b222:n [id="id_ba37df83_0508_40c9_bf57_8e508121fde6@fun-main" tailtooltip=" " edgetooltip=" "]
  id_45330123_db4e_4621_b256_3a75f242b222:s -> id_467cad89_823d_4978_a8b6_ed69c724f5e0:n [id="id_45330123_db4e_4621_b256_3a75f242b222@fun-main" tailtooltip=" " edgetooltip=" "]
  id_467cad89_823d_4978_a8b6_ed69c724f5e0:s -> id_983d5239_f60a_489d_a96c_28be04209125:n [id="id_467cad89_823d_4978_a8b6_ed69c724f5e0@fun-main" tailtooltip=" " edgetooltip=" "]
  id_983d5239_f60a_489d_a96c_28be04209125:s -> id_c37bf190_a96b_4753_985d_2045c58bd613:n [id="id_983d5239_f60a_489d_a96c_28be04209125@fun-main" tailtooltip=" " edgetooltip=" "]
  id_c37bf190_a96b_4753_985d_2045c58bd613:s -> id_b04aaff7_414f_42d8_86c7_4b2a3aa63e24:n [id="id_c37bf190_a96b_4753_985d_2045c58bd613@fun-main" tailtooltip=" " edgetooltip=" "]
  id_b04aaff7_414f_42d8_86c7_4b2a3aa63e24:s -> id_e157c48f_bffc_41e8_85e6_0a43f9ef0145:n [id="id_b04aaff7_414f_42d8_86c7_4b2a3aa63e24@fun-main" tailtooltip=" " edgetooltip=" "]
  id_e157c48f_bffc_41e8_85e6_0a43f9ef0145:s -> id_f94faa56_c378_4601_ae68_880131c78859:n [id="id_e157c48f_bffc_41e8_85e6_0a43f9ef0145@fun-main" tailtooltip=" " edgetooltip=" "]
  id_f94faa56_c378_4601_ae68_880131c78859:s -> id_3fda1567_7bd2_48c6_891c_8c8b2769428d:n [id="id_f94faa56_c378_4601_ae68_880131c78859@fun-main" tailtooltip=" " edgetooltip=" "]

}
