
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_4163085b_9614_4e00_bbb9_def44710e28e [id="id_4163085b_9614_4e00_bbb9_def44710e28e#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_f6991d24_fdaf_43a1_b963_3c69e22b697f [id="id_f6991d24_fdaf_43a1_b963_3c69e22b697f#Declare" pos="0.0,9999.0625!" height=0.4 width=1.3 fixedsize=true group="fun-main"    label="precioSaco" tooltip="precioSaco: Real" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_deb2ce00_7545_4655_9c47_ccb347b0ea69 [id="id_deb2ce00_7545_4655_9c47_ccb347b0ea69#Declare" pos="0.0,9998.125!" height=0.4 width=1.63 fixedsize=true group="fun-main"    label="cantidadSacos" tooltip="cantidadSacos: Integer" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_bc34e9fb_87d9_45ea_88ee_1f571d7606ff [id="id_bc34e9fb_87d9_45ea_88ee_1f571d7606ff#Declare" pos="0.0,9997.1875!" height=0.4 width=1.3 fixedsize=true group="fun-main"    label="costoTotal" tooltip="costoTotal: Real" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_3ce61f53_fddd_451d_af41_9c5ca44f76f2 [id="id_3ce61f53_fddd_451d_af41_9c5ca44f76f2#Declare" pos="0.0,9996.25!" height=0.4 width=1.19 fixedsize=true group="fun-main"    label="pesoTotal" tooltip="pesoTotal: Integer" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_b46f978a_b035_4b3f_84bd_90bc61471293 [id="id_b46f978a_b035_4b3f_84bd_90bc61471293#Input" pos="0.0,9995.3125!" height=0.4 width=1.3 fixedsize=true group="fun-main"    label="precioSaco" tooltip="precioSaco" shape="invtrapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_ab77bb8b_13c9_4c57_b277_477c321fd66f [id="id_ab77bb8b_13c9_4c57_b277_477c321fd66f#Output" pos="0.0,9994.375!" height=0.4 width=3.72 fixedsize=true group="fun-main"    label="\"Ingrese el precio de un saco\"" tooltip="\"Ingrese el precio de un saco\"" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_357c9549_afe3_4c55_8cc0_230eb003e7e0 [id="id_357c9549_afe3_4c55_8cc0_230eb003e7e0#Input" pos="0.0,9993.4375!" height=0.4 width=1.3 fixedsize=true group="fun-main"    label="precioSaco" tooltip="precioSaco" shape="invtrapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_99866c9a_494a_4b2e_b648_efcc1a2786e9 [id="id_99866c9a_494a_4b2e_b648_efcc1a2786e9#Output" pos="0.0,9992.5!" height=0.4 width=3.72 fixedsize=true group="fun-main"    label="\"Ingrese la cantidad de sacos\"" tooltip="\"Ingrese la cantidad de sacos\"" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_671f13a2_3743_4c55_b1fa_3ab1302d099e [id="id_671f13a2_3743_4c55_b1fa_3ab1302d099e#Input" pos="0.0,9991.5625!" height=0.4 width=1.63 fixedsize=true group="fun-main"    label="cantidadSacos" tooltip="cantidadSacos" shape="invtrapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_54c82487_f250_4c20_89b6_2c730b2255ae [id="id_54c82487_f250_4c20_89b6_2c730b2255ae#Assign" pos="0.0,9990.625!" height=0.4 width=4.2700000000000005 fixedsize=true group="fun-main"    label="costoTotal = precioSaco*cantidadSacos" tooltip="costoTotal = precioSaco*cantidadSacos" fillcolor="#002a3a" color="#001117" fontcolor="white"] 
  id_92622b1f_2ffa_4362_8f12_82c84e937405 [id="id_92622b1f_2ffa_4362_8f12_82c84e937405#Assign" pos="0.0,9989.6875!" height=0.4 width=3.2800000000000002 fixedsize=true group="fun-main"    label="pesoTotal = cantidadSacos*25" tooltip="pesoTotal = cantidadSacos*25" fillcolor="#002a3a" color="#001117" fontcolor="white"] 
  id_86b46dc3_465b_4a41_a427_dfb3a0bdfdb9 [id="id_86b46dc3_465b_4a41_a427_dfb3a0bdfdb9#Output" pos="0.0,9988.75!" height=0.4 width=3.5 fixedsize=true group="fun-main"    label="\"Costo total: \" + costoTotal" tooltip="\"Costo total: \" + costoTotal" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_318fa8e3_06d5_4ab8_b60e_826430cb359b [id="id_318fa8e3_06d5_4ab8_b60e_826430cb359b#Output" pos="0.0,9987.8125!" height=0.4 width=3.9400000000000004 fixedsize=true group="fun-main"    label="\"Peso total en kg: \" + pesoTotal" tooltip="\"Peso total en kg: \" + pesoTotal" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_74db7465_be17_4853_8589_a30582c586ee [id="id_74db7465_be17_4853_8589_a30582c586ee#Return" pos="0.0,9986.875!" 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_4163085b_9614_4e00_bbb9_def44710e28e:s -> id_f6991d24_fdaf_43a1_b963_3c69e22b697f:n [id="id_4163085b_9614_4e00_bbb9_def44710e28e@fun-main" tailtooltip=" " edgetooltip=" "]
  id_f6991d24_fdaf_43a1_b963_3c69e22b697f:s -> id_deb2ce00_7545_4655_9c47_ccb347b0ea69:n [id="id_f6991d24_fdaf_43a1_b963_3c69e22b697f@fun-main" tailtooltip=" " edgetooltip=" "]
  id_deb2ce00_7545_4655_9c47_ccb347b0ea69:s -> id_bc34e9fb_87d9_45ea_88ee_1f571d7606ff:n [id="id_deb2ce00_7545_4655_9c47_ccb347b0ea69@fun-main" tailtooltip=" " edgetooltip=" "]
  id_bc34e9fb_87d9_45ea_88ee_1f571d7606ff:s -> id_3ce61f53_fddd_451d_af41_9c5ca44f76f2:n [id="id_bc34e9fb_87d9_45ea_88ee_1f571d7606ff@fun-main" tailtooltip=" " edgetooltip=" "]
  id_3ce61f53_fddd_451d_af41_9c5ca44f76f2:s -> id_b46f978a_b035_4b3f_84bd_90bc61471293:n [id="id_3ce61f53_fddd_451d_af41_9c5ca44f76f2@fun-main" tailtooltip=" " edgetooltip=" "]
  id_b46f978a_b035_4b3f_84bd_90bc61471293:s -> id_ab77bb8b_13c9_4c57_b277_477c321fd66f:n [id="id_b46f978a_b035_4b3f_84bd_90bc61471293@fun-main" tailtooltip=" " edgetooltip=" "]
  id_ab77bb8b_13c9_4c57_b277_477c321fd66f:s -> id_357c9549_afe3_4c55_8cc0_230eb003e7e0:n [id="id_ab77bb8b_13c9_4c57_b277_477c321fd66f@fun-main" tailtooltip=" " edgetooltip=" "]
  id_357c9549_afe3_4c55_8cc0_230eb003e7e0:s -> id_99866c9a_494a_4b2e_b648_efcc1a2786e9:n [id="id_357c9549_afe3_4c55_8cc0_230eb003e7e0@fun-main" tailtooltip=" " edgetooltip=" "]
  id_99866c9a_494a_4b2e_b648_efcc1a2786e9:s -> id_671f13a2_3743_4c55_b1fa_3ab1302d099e:n [id="id_99866c9a_494a_4b2e_b648_efcc1a2786e9@fun-main" tailtooltip=" " edgetooltip=" "]
  id_671f13a2_3743_4c55_b1fa_3ab1302d099e:s -> id_54c82487_f250_4c20_89b6_2c730b2255ae:n [id="id_671f13a2_3743_4c55_b1fa_3ab1302d099e@fun-main" tailtooltip=" " edgetooltip=" "]
  id_54c82487_f250_4c20_89b6_2c730b2255ae:s -> id_92622b1f_2ffa_4362_8f12_82c84e937405:n [id="id_54c82487_f250_4c20_89b6_2c730b2255ae@fun-main" tailtooltip=" " edgetooltip=" "]
  id_92622b1f_2ffa_4362_8f12_82c84e937405:s -> id_86b46dc3_465b_4a41_a427_dfb3a0bdfdb9:n [id="id_92622b1f_2ffa_4362_8f12_82c84e937405@fun-main" tailtooltip=" " edgetooltip=" "]
  id_86b46dc3_465b_4a41_a427_dfb3a0bdfdb9:s -> id_318fa8e3_06d5_4ab8_b60e_826430cb359b:n [id="id_86b46dc3_465b_4a41_a427_dfb3a0bdfdb9@fun-main" tailtooltip=" " edgetooltip=" "]
  id_318fa8e3_06d5_4ab8_b60e_826430cb359b:s -> id_74db7465_be17_4853_8589_a30582c586ee:n [id="id_318fa8e3_06d5_4ab8_b60e_826430cb359b@fun-main" tailtooltip=" " edgetooltip=" "]

}
