
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_0b7492f7_8526_4399_8aca_3b68e5f06fa2 [id="id_0b7492f7_8526_4399_8aca_3b68e5f06fa2#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_a9cf629e_4004_4d68_b73a_0ed4eb78119a [id="id_a9cf629e_4004_4d68_b73a_0ed4eb78119a#Declare" pos="0.0,9999.0625!" height=0.4 width=1.74 fixedsize=true group="fun-main"    label="PrecioSaco = 0" tooltip="PrecioSaco: Real = 0" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_e305eb8e_a0f5_4b4c_b3fd_f61ef5b9c7a9 [id="id_e305eb8e_a0f5_4b4c_b3fd_f61ef5b9c7a9#Declare" pos="0.0,9998.125!" height=0.4 width=2.0700000000000003 fixedsize=true group="fun-main"    label="CantidadSacos = 0" tooltip="CantidadSacos: Real = 0" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_21122959_fa44_4029_927b_da44df3e47bc [id="id_21122959_fa44_4029_927b_da44df3e47bc#Declare" pos="0.0,9997.1875!" height=0.4 width=1.74 fixedsize=true group="fun-main"    label="CostoTotal = 0" tooltip="CostoTotal: Real = 0" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_f23d6cdb_8fff_44c5_a58a_65775f7e509e [id="id_f23d6cdb_8fff_44c5_a58a_65775f7e509e#Declare" pos="0.0,9996.25!" height=0.4 width=1.63 fixedsize=true group="fun-main"    label="PesoTotal = 0" tooltip="PesoTotal: Real = 0" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_9e3cd3e1_65df_4710_856e_164b181e27d7 [id="id_9e3cd3e1_65df_4710_856e_164b181e27d7#Output" pos="0.0,9995.3125!" height=0.4 width=10.76 fixedsize=true group="fun-main"    label="\"este programa calcular el costo de los sacos de papas y el peso total de kilogramos cargados\"" tooltip="\"este programa calcular el costo de los sacos de papas y el peso total de kilogramos cargados\"" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_327c701f_de99_457e_ac7c_9b719ee3f4d6 [id="id_327c701f_de99_457e_ac7c_9b719ee3f4d6#Output" pos="0.0,9994.375!" height=0.4 width=4.71 fixedsize=true group="fun-main"    label="\"ingresé el precio de un saco de papas\"" tooltip="\"ingresé el precio de un saco de papas\"" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_de27ef6b_327c_4c56_8a08_0d4374a1c943 [id="id_de27ef6b_327c_4c56_8a08_0d4374a1c943#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_bce64789_d039_4704_9d97_693eaf75217a [id="id_bce64789_d039_4704_9d97_693eaf75217a#Output" pos="0.0,9992.5!" height=0.4 width=4.71 fixedsize=true group="fun-main"    label="\"ingresé la cantidad de sacos vendidos\"" tooltip="\"ingresé la cantidad de sacos vendidos\"" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_2885fe1d_10d5_41f6_a658_75225bb24739 [id="id_2885fe1d_10d5_41f6_a658_75225bb24739#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_363aeea9_8f72_48a0_b2b5_bdf4bd9ebc6c [id="id_363aeea9_8f72_48a0_b2b5_bdf4bd9ebc6c#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_8abef8c5_0fb8_4e37_88f1_4a09c40dc63d [id="id_8abef8c5_0fb8_4e37_88f1_4a09c40dc63d#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_6341a57a_4b61_4c92_9e7b_d313daea3cb4 [id="id_6341a57a_4b61_4c92_9e7b_d313daea3cb4#Output" pos="0.0,9988.75!" height=0.4 width=5.26 fixedsize=true group="fun-main"    label="\"el costo total a pagar es=\"+CostoTotal+\"\"" tooltip="\"el costo total a pagar es=\"+CostoTotal+\"\"" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_5680c8cb_27e7_4a9c_8eb1_b10a702d229c [id="id_5680c8cb_27e7_4a9c_8eb1_b10a702d229c#Output" pos="0.0,9987.8125!" height=0.4 width=5.26 fixedsize=true group="fun-main"    label="\"El peso total cargado es=\"+PesoTotal+\"kg\"" tooltip="\"El peso total cargado es=\"+PesoTotal+\"kg\"" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_70207b9a_0cf8_451d_b724_d64c18487806 [id="id_70207b9a_0cf8_451d_b724_d64c18487806#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_0b7492f7_8526_4399_8aca_3b68e5f06fa2:s -> id_a9cf629e_4004_4d68_b73a_0ed4eb78119a:n [id="id_0b7492f7_8526_4399_8aca_3b68e5f06fa2@fun-main" tailtooltip=" " edgetooltip=" "]
  id_a9cf629e_4004_4d68_b73a_0ed4eb78119a:s -> id_e305eb8e_a0f5_4b4c_b3fd_f61ef5b9c7a9:n [id="id_a9cf629e_4004_4d68_b73a_0ed4eb78119a@fun-main" tailtooltip=" " edgetooltip=" "]
  id_e305eb8e_a0f5_4b4c_b3fd_f61ef5b9c7a9:s -> id_21122959_fa44_4029_927b_da44df3e47bc:n [id="id_e305eb8e_a0f5_4b4c_b3fd_f61ef5b9c7a9@fun-main" tailtooltip=" " edgetooltip=" "]
  id_21122959_fa44_4029_927b_da44df3e47bc:s -> id_f23d6cdb_8fff_44c5_a58a_65775f7e509e:n [id="id_21122959_fa44_4029_927b_da44df3e47bc@fun-main" tailtooltip=" " edgetooltip=" "]
  id_f23d6cdb_8fff_44c5_a58a_65775f7e509e:s -> id_9e3cd3e1_65df_4710_856e_164b181e27d7:n [id="id_f23d6cdb_8fff_44c5_a58a_65775f7e509e@fun-main" tailtooltip=" " edgetooltip=" "]
  id_9e3cd3e1_65df_4710_856e_164b181e27d7:s -> id_327c701f_de99_457e_ac7c_9b719ee3f4d6:n [id="id_9e3cd3e1_65df_4710_856e_164b181e27d7@fun-main" tailtooltip=" " edgetooltip=" "]
  id_327c701f_de99_457e_ac7c_9b719ee3f4d6:s -> id_de27ef6b_327c_4c56_8a08_0d4374a1c943:n [id="id_327c701f_de99_457e_ac7c_9b719ee3f4d6@fun-main" tailtooltip=" " edgetooltip=" "]
  id_de27ef6b_327c_4c56_8a08_0d4374a1c943:s -> id_bce64789_d039_4704_9d97_693eaf75217a:n [id="id_de27ef6b_327c_4c56_8a08_0d4374a1c943@fun-main" tailtooltip=" " edgetooltip=" "]
  id_bce64789_d039_4704_9d97_693eaf75217a:s -> id_2885fe1d_10d5_41f6_a658_75225bb24739:n [id="id_bce64789_d039_4704_9d97_693eaf75217a@fun-main" tailtooltip=" " edgetooltip=" "]
  id_2885fe1d_10d5_41f6_a658_75225bb24739:s -> id_363aeea9_8f72_48a0_b2b5_bdf4bd9ebc6c:n [id="id_2885fe1d_10d5_41f6_a658_75225bb24739@fun-main" tailtooltip=" " edgetooltip=" "]
  id_363aeea9_8f72_48a0_b2b5_bdf4bd9ebc6c:s -> id_8abef8c5_0fb8_4e37_88f1_4a09c40dc63d:n [id="id_363aeea9_8f72_48a0_b2b5_bdf4bd9ebc6c@fun-main" tailtooltip=" " edgetooltip=" "]
  id_8abef8c5_0fb8_4e37_88f1_4a09c40dc63d:s -> id_6341a57a_4b61_4c92_9e7b_d313daea3cb4:n [id="id_8abef8c5_0fb8_4e37_88f1_4a09c40dc63d@fun-main" tailtooltip=" " edgetooltip=" "]
  id_6341a57a_4b61_4c92_9e7b_d313daea3cb4:s -> id_5680c8cb_27e7_4a9c_8eb1_b10a702d229c:n [id="id_6341a57a_4b61_4c92_9e7b_d313daea3cb4@fun-main" tailtooltip=" " edgetooltip=" "]
  id_5680c8cb_27e7_4a9c_8eb1_b10a702d229c:s -> id_70207b9a_0cf8_451d_b724_d64c18487806:n [id="id_5680c8cb_27e7_4a9c_8eb1_b10a702d229c@fun-main" tailtooltip=" " edgetooltip=" "]

}
