
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_a3aef85f_78de_47fa_ba66_df3c2c071c20 [id="id_a3aef85f_78de_47fa_ba66_df3c2c071c20#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_3aab62ea_8fdc_427e_843f_c740a32b6250 [id="id_3aab62ea_8fdc_427e_843f_c740a32b6250#Declare" pos="0.0,9999.0625!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="number" tooltip="number: Integer" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_e587a559_b627_4b38_a49d_cd36780bdaff [id="id_e587a559_b627_4b38_a49d_cd36780bdaff#Output" pos="0.0,9998.125!" height=0.4 width=2.0700000000000003 fixedsize=true group="fun-main"    label="\"Enter Number \"" tooltip="\"Enter Number \"" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_cacc21e7_43cd_4d34_a2df_7f36246f3b01 [id="id_cacc21e7_43cd_4d34_a2df_7f36246f3b01#Input" pos="0.0,9997.1875!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="number" tooltip="number" shape="invtrapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_9985e78b_8cdf_4458_a555_e1a57b9d4519 [id="id_9985e78b_8cdf_4458_a555_e1a57b9d4519#If" pos="0.0,9996.25!" height=0.5 width=1.49 fixedsize=true group="fun-main" 
    label="number>=0" tooltip="number>=0" shape="diamond" fillcolor="#ffd166" color="#8f6400" fontcolor="black"]
  
  true_dummy_up_id_9985e78b_8cdf_4458_a555_e1a57b9d4519 [pos="2.5,9996.25!" shape=point width=0]
  false_dummy_up_id_9985e78b_8cdf_4458_a555_e1a57b9d4519 [pos="-2.5,9996.25!" shape=point width=0]
  
  id_3e8235ff_3214_47c2_b24f_f3931b480682 [id="id_3e8235ff_3214_47c2_b24f_f3931b480682#Output" pos="2.5,9995.3125!" height=0.4 width=2.4000000000000004 fixedsize=true group="id_002075b8_21ed_4b51_af83_ed34534a827a"    label="\"Positive Integer\"" tooltip="\"Positive Integer\"" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_b195b31d_ccd2_40af_b709_cc3e053bf306 [id="id_b195b31d_ccd2_40af_b709_cc3e053bf306#Output" pos="-2.5,9995.3125!" height=0.4 width=2.4000000000000004 fixedsize=true group="id_34a7b634_37d6_4d16_b6e9_4890e520fa55"    label="\"Negative Integer\"" tooltip="\"Negative Integer\"" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  
  true_dummy_down_id_9985e78b_8cdf_4458_a555_e1a57b9d4519 [ pos="2.5,9994.375!" shape=point width=0]
  false_dummy_down_id_9985e78b_8cdf_4458_a555_e1a57b9d4519 [ pos="-2.5,9994.375!" shape=point width=0]
  
  end_id_9985e78b_8cdf_4458_a555_e1a57b9d4519 [id="end_id_9985e78b_8cdf_4458_a555_e1a57b9d4519#IfEnd" class="flowrun-not-selectable" pos="0.0,9994.375!" group="fun-main" fillcolor="#ffd166" color="#8f6400" fontcolor="black"
    label="" tooltip=" " shape="circle" fixedsize=true width=0.2 height=0.2]
  
  
  id_cff0d944_9a40_476c_bfe2_830e0a2bb4fb [id="id_cff0d944_9a40_476c_bfe2_830e0a2bb4fb#Return" pos="0.0,9993.4375!" 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_a3aef85f_78de_47fa_ba66_df3c2c071c20:s -> id_3aab62ea_8fdc_427e_843f_c740a32b6250:n [id="id_a3aef85f_78de_47fa_ba66_df3c2c071c20@fun-main" tailtooltip=" " edgetooltip=" "]
  id_3aab62ea_8fdc_427e_843f_c740a32b6250:s -> id_e587a559_b627_4b38_a49d_cd36780bdaff:n [id="id_3aab62ea_8fdc_427e_843f_c740a32b6250@fun-main" tailtooltip=" " edgetooltip=" "]
  id_e587a559_b627_4b38_a49d_cd36780bdaff:s -> id_cacc21e7_43cd_4d34_a2df_7f36246f3b01:n [id="id_e587a559_b627_4b38_a49d_cd36780bdaff@fun-main" tailtooltip=" " edgetooltip=" "]
  id_cacc21e7_43cd_4d34_a2df_7f36246f3b01:s -> id_9985e78b_8cdf_4458_a555_e1a57b9d4519:n [id="id_cacc21e7_43cd_4d34_a2df_7f36246f3b01@fun-main" tailtooltip=" " edgetooltip=" "]
  ## IF-TRUE
  id_9985e78b_8cdf_4458_a555_e1a57b9d4519:e -> true_dummy_up_id_9985e78b_8cdf_4458_a555_e1a57b9d4519 [id="id_9985e78b_8cdf_4458_a555_e1a57b9d4519@id_002075b8_21ed_4b51_af83_ed34534a827a" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="true" fontcolor="forestgreen"]
  true_dummy_up_id_9985e78b_8cdf_4458_a555_e1a57b9d4519 -> id_3e8235ff_3214_47c2_b24f_f3931b480682:n [id="id_9985e78b_8cdf_4458_a555_e1a57b9d4519@id_002075b8_21ed_4b51_af83_ed34534a827a" tailtooltip=" " edgetooltip=" "]
  
  id_3e8235ff_3214_47c2_b24f_f3931b480682:s -> true_dummy_down_id_9985e78b_8cdf_4458_a555_e1a57b9d4519:n [id="id_3e8235ff_3214_47c2_b24f_f3931b480682@id_002075b8_21ed_4b51_af83_ed34534a827a" tailtooltip=" " edgetooltip=" " arrowhead=none]
  
  true_dummy_down_id_9985e78b_8cdf_4458_a555_e1a57b9d4519 -> end_id_9985e78b_8cdf_4458_a555_e1a57b9d4519 [id="id_3e8235ff_3214_47c2_b24f_f3931b480682@id_002075b8_21ed_4b51_af83_ed34534a827a" tailtooltip=" " edgetooltip=" "]
  
  
  ## IF-FALSE
  id_9985e78b_8cdf_4458_a555_e1a57b9d4519:w -> false_dummy_up_id_9985e78b_8cdf_4458_a555_e1a57b9d4519 [id="id_9985e78b_8cdf_4458_a555_e1a57b9d4519@id_34a7b634_37d6_4d16_b6e9_4890e520fa55" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="false" fontcolor="red"]
  false_dummy_up_id_9985e78b_8cdf_4458_a555_e1a57b9d4519 -> id_b195b31d_ccd2_40af_b709_cc3e053bf306:n [id="id_9985e78b_8cdf_4458_a555_e1a57b9d4519@id_34a7b634_37d6_4d16_b6e9_4890e520fa55" tailtooltip=" " edgetooltip=" "]
  
  id_b195b31d_ccd2_40af_b709_cc3e053bf306:s -> false_dummy_down_id_9985e78b_8cdf_4458_a555_e1a57b9d4519:n [id="id_b195b31d_ccd2_40af_b709_cc3e053bf306@id_34a7b634_37d6_4d16_b6e9_4890e520fa55" tailtooltip=" " edgetooltip=" " arrowhead=none]
  
  false_dummy_down_id_9985e78b_8cdf_4458_a555_e1a57b9d4519 -> end_id_9985e78b_8cdf_4458_a555_e1a57b9d4519 [id="id_b195b31d_ccd2_40af_b709_cc3e053bf306@id_34a7b634_37d6_4d16_b6e9_4890e520fa55" tailtooltip=" " edgetooltip=" "]
  
  ## IF-END
  end_id_9985e78b_8cdf_4458_a555_e1a57b9d4519:s -> id_cff0d944_9a40_476c_bfe2_830e0a2bb4fb:n [id="end_id_9985e78b_8cdf_4458_a555_e1a57b9d4519@fun-main" tailtooltip=" " edgetooltip=" "]
  

}
