
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_87237373_867c_4b9e_96ae_1c5cb866b640 [id="id_87237373_867c_4b9e_96ae_1c5cb866b640#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_29ee2929_9162_411c_8ac7_def2f43f5123 [id="id_29ee2929_9162_411c_8ac7_def2f43f5123#Declare" pos="0.0,9999.0625!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="NUM" tooltip="NUM: Integer" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_a3b0e358_7591_4db1_823d_f7703f4fcfbe [id="id_a3b0e358_7591_4db1_823d_f7703f4fcfbe#Input" pos="0.0,9998.125!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="NUM" tooltip="NUM" shape="invtrapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_fd98ad98_71d2_4690_8aa2_fe5027193350 [id="id_fd98ad98_71d2_4690_8aa2_fe5027193350#If" pos="0.0,9997.1875!" height=0.5 width=1.1600000000000001 fixedsize=true group="fun-main" 
    label="NUM>=0" tooltip="NUM>=0" shape="diamond" fillcolor="#ffd166" color="#8f6400" fontcolor="black"]
  
  true_dummy_up_id_fd98ad98_71d2_4690_8aa2_fe5027193350 [pos="2.5,9997.1875!" shape=point width=0]
  false_dummy_up_id_fd98ad98_71d2_4690_8aa2_fe5027193350 [pos="-2.5,9997.1875!" shape=point width=0]
  
  id_41cf763e_b0e0_4426_80e2_41cd96fb2599 [id="id_41cf763e_b0e0_4426_80e2_41cd96fb2599#Output" pos="2.5,9996.25!" height=0.4 width=3.06 fixedsize=true group="id_a2475ccb_4370_4aad_872e_2d1e7ac04051"    label="\"THE NUMBER IS POSITIVE\"" tooltip="\"THE NUMBER IS POSITIVE\"" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_9be6b027_88bd_4a78_99b9_0a2bc40acf4e [id="id_9be6b027_88bd_4a78_99b9_0a2bc40acf4e#Output" pos="-2.5,9996.25!" height=0.4 width=3.06 fixedsize=true group="id_8015bc53_2c7f_4be2_9754_2135ea30d4b6"    label="\"THE NUMBER IS NEGATIVE\"" tooltip="\"THE NUMBER IS NEGATIVE\"" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  
  true_dummy_down_id_fd98ad98_71d2_4690_8aa2_fe5027193350 [ pos="2.5,9995.3125!" shape=point width=0]
  false_dummy_down_id_fd98ad98_71d2_4690_8aa2_fe5027193350 [ pos="-2.5,9995.3125!" shape=point width=0]
  
  end_id_fd98ad98_71d2_4690_8aa2_fe5027193350 [id="end_id_fd98ad98_71d2_4690_8aa2_fe5027193350#IfEnd" class="flowrun-not-selectable" pos="0.0,9995.3125!" group="fun-main" fillcolor="#ffd166" color="#8f6400" fontcolor="black"
    label="" tooltip=" " shape="circle" fixedsize=true width=0.2 height=0.2]
  
  
  id_4bb40d83_fb85_4e99_a7fc_6a2bcf22cd91 [id="id_4bb40d83_fb85_4e99_a7fc_6a2bcf22cd91#Return" pos="0.0,9994.375!" 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_87237373_867c_4b9e_96ae_1c5cb866b640:s -> id_29ee2929_9162_411c_8ac7_def2f43f5123:n [id="id_87237373_867c_4b9e_96ae_1c5cb866b640@fun-main" tailtooltip=" " edgetooltip=" "]
  id_29ee2929_9162_411c_8ac7_def2f43f5123:s -> id_a3b0e358_7591_4db1_823d_f7703f4fcfbe:n [id="id_29ee2929_9162_411c_8ac7_def2f43f5123@fun-main" tailtooltip=" " edgetooltip=" "]
  id_a3b0e358_7591_4db1_823d_f7703f4fcfbe:s -> id_fd98ad98_71d2_4690_8aa2_fe5027193350:n [id="id_a3b0e358_7591_4db1_823d_f7703f4fcfbe@fun-main" tailtooltip=" " edgetooltip=" "]
  ## IF-TRUE
  id_fd98ad98_71d2_4690_8aa2_fe5027193350:e -> true_dummy_up_id_fd98ad98_71d2_4690_8aa2_fe5027193350 [id="id_fd98ad98_71d2_4690_8aa2_fe5027193350@id_a2475ccb_4370_4aad_872e_2d1e7ac04051" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="true" fontcolor="forestgreen"]
  true_dummy_up_id_fd98ad98_71d2_4690_8aa2_fe5027193350 -> id_41cf763e_b0e0_4426_80e2_41cd96fb2599:n [id="id_fd98ad98_71d2_4690_8aa2_fe5027193350@id_a2475ccb_4370_4aad_872e_2d1e7ac04051" tailtooltip=" " edgetooltip=" "]
  
  id_41cf763e_b0e0_4426_80e2_41cd96fb2599:s -> true_dummy_down_id_fd98ad98_71d2_4690_8aa2_fe5027193350:n [id="id_41cf763e_b0e0_4426_80e2_41cd96fb2599@id_a2475ccb_4370_4aad_872e_2d1e7ac04051" tailtooltip=" " edgetooltip=" " arrowhead=none]
  
  true_dummy_down_id_fd98ad98_71d2_4690_8aa2_fe5027193350 -> end_id_fd98ad98_71d2_4690_8aa2_fe5027193350 [id="id_41cf763e_b0e0_4426_80e2_41cd96fb2599@id_a2475ccb_4370_4aad_872e_2d1e7ac04051" tailtooltip=" " edgetooltip=" "]
  
  
  ## IF-FALSE
  id_fd98ad98_71d2_4690_8aa2_fe5027193350:w -> false_dummy_up_id_fd98ad98_71d2_4690_8aa2_fe5027193350 [id="id_fd98ad98_71d2_4690_8aa2_fe5027193350@id_8015bc53_2c7f_4be2_9754_2135ea30d4b6" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="false" fontcolor="red"]
  false_dummy_up_id_fd98ad98_71d2_4690_8aa2_fe5027193350 -> id_9be6b027_88bd_4a78_99b9_0a2bc40acf4e:n [id="id_fd98ad98_71d2_4690_8aa2_fe5027193350@id_8015bc53_2c7f_4be2_9754_2135ea30d4b6" tailtooltip=" " edgetooltip=" "]
  
  id_9be6b027_88bd_4a78_99b9_0a2bc40acf4e:s -> false_dummy_down_id_fd98ad98_71d2_4690_8aa2_fe5027193350:n [id="id_9be6b027_88bd_4a78_99b9_0a2bc40acf4e@id_8015bc53_2c7f_4be2_9754_2135ea30d4b6" tailtooltip=" " edgetooltip=" " arrowhead=none]
  
  false_dummy_down_id_fd98ad98_71d2_4690_8aa2_fe5027193350 -> end_id_fd98ad98_71d2_4690_8aa2_fe5027193350 [id="id_9be6b027_88bd_4a78_99b9_0a2bc40acf4e@id_8015bc53_2c7f_4be2_9754_2135ea30d4b6" tailtooltip=" " edgetooltip=" "]
  
  ## IF-END
  end_id_fd98ad98_71d2_4690_8aa2_fe5027193350:s -> id_4bb40d83_fb85_4e99_a7fc_6a2bcf22cd91:n [id="end_id_fd98ad98_71d2_4690_8aa2_fe5027193350@fun-main" tailtooltip=" " edgetooltip=" "]
  

}
