{"functions":[],"name":"A6-flowrun_BENNETT","main":{"rawId":"main","tpe":"Void","name":"main","statements":[{"@type":"Begin","id":"id_6ce95f92_d046_4d3d_b9e7_be7231e1ef44"},{"@type":"Comment","id":"id_0d24b557_b7f4_4ea5_9c44_a49bc3715a8a","text":"declare all variables"},{"@type":"Declare","tpe":"String","name":"name","id":"id_b8d6ce03_8325_4616_8a58_3d3237a63ebc","initValue":null},{"@type":"Declare","tpe":"Integer","name":"age","id":"id_75a6cfa1_c3f2_4ce9_a45a_417e2d82a598","initValue":null},{"@type":"Declare","tpe":"Integer","name":"graduate","id":"id_01c49de8_ec2d_40dd_b8d3_39c8b4897c95","initValue":null},{"@type":"Declare","tpe":"Integer","name":"years","id":"id_f0470f86_5bf6_49d4_abfc_e15f3d7b9128","initValue":null},{"@type":"Declare","tpe":"String","name":"major","id":"id_46ea6bce_d8f0_4d6c_b253_0854897f8c2b","initValue":null},{"@type":"Comment","id":"id_fe8ee1a3_df4e_46da_b881_87a967b53d8e","text":"assign variables using user input"},{"@type":"Input","name":"name","id":"id_b84903e0_6309_4561_9369_1c45c6e3a83b","prompt":"\"Please type your name.\""},{"@type":"Input","name":"age","id":"id_eb0953ca_936b_4a7b_9b06_1cfad08026dd","prompt":"\"Please type your current age (just the number).\""},{"@type":"Input","name":"years","id":"id_b87bceb7_a700_49be_9552_7c658f4ff98c","prompt":"\"Please type how many years it will take to finish your degree.\""},{"@type":"Input","name":"major","id":"id_9165102c_def1_4e80_bfb7_df785b2ad125","prompt":"\"Please type your major.\""},{"@type":"Assign","name":"graduate","id":"id_b7cc50e9_79ed_4a88_8ea1_f41dd23a698c","value":"age + years"},{"@type":"Comment","id":"id_cde08b60_ca70_4f0a_be62_1d27d5a1be3b","text":"output statement using correct grammar for \"1 year\" vs \"multiple years\""},{"@type":"Input","name":"x","id":"id_96064f0f_9e6c_4af2_852a_2ab05060a489","prompt":null},{"falseBlock":{"statements":[{"newline":true,"@type":"Output","id":"id_949a8565_bb83_4cc3_91cc_1bbdbdc4353e","value":"\"Hello, my name is \" + name + \". I'm \" + age + \" years old, and in \" + years + \" years I will have a \" + major + \" degree when I am \" + graduate + \" years old.\""}],"id":"id_efeba771_6bd1_4583_ba53_5473b234df45"},"trueBlock":{"statements":[{"newline":true,"@type":"Output","id":"id_780f19e1_6caf_40b3_87b3_02a4d04ebad7","value":"\"Hello, my name is \" + name + \". I'm \" + age + \" years old, and in \" + years + \" year I will have a \" + major + \" degree when I am \" + graduate + \" years old.\""}],"id":"id_f1e0902f_ada1_47e3_beab_decdb43b5068"},"condition":"years == 1","@type":"If","id":"id_cff04404_e975_44db_ac40_32a2e79368b6"},{"@type":"Return","id":"id_b3c068c3_ce5c_446e_8af7_c5e190647d44","maybeValue":null}],"parameters":[]},"id":"id_7d0d7525_6a36_4b7d_8e2d_ee24320b9761","config":{"showDebugVars":true,"showIoBtns":true,"showFunctions":true,"lang":"java","showGenCode":true},"version":"0.2","revision":1067}