{"functions":[],"name":"9.qudratic equation","main":{"rawId":"main","tpe":"Void","name":"main","statements":[{"@type":"Begin","id":"id_9492eb8a_57ea_4a19_ae96_5404d0f7e59c"},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Integer","name":"a","lengthValue2":"5","id":"id_4447e805_bd30_44d8_9766_492542a91337","initValue":null},{"@type":"Input","name":"a","id":"id_08436daa_2688_46dc_a723_25c8747919be","prompt":"Please enter x:"},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Integer","name":"b","lengthValue2":"5","id":"id_3244e0d7_5f79_45a5_87a3_2f3d8ea0c736","initValue":null},{"@type":"Input","name":"b","id":"id_d1b4fb23_fb80_45bc_8f0f_40065cb9a88d","prompt":"Please enter x:"},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Integer","name":"c","lengthValue2":"5","id":"id_e7e7489e_0659_40c9_ad40_f6d9cfe6adbb","initValue":null},{"@type":"Input","name":"c","id":"id_5ca7d0a0_d3f3_4956_9030_ee0715dea000","prompt":"Please enter x:"},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Integer","name":"d","lengthValue2":"5","id":"id_e6773f5e_1a26_458e_9832_159fae0276cf","initValue":null},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Integer","name":"root1","lengthValue2":"5","id":"id_c83e50e8_9e60_4529_ace5_bafd96d45bdf","initValue":null},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Integer","name":"root2","lengthValue2":"5","id":"id_7a08563c_6cf8_4c28_8276_7078aacc17ab","initValue":null},{"@type":"Assign","name":"d","id":"id_477903e2_2155_4784_b8b9_9990c0fe58bd","value":"(b+b)-(4*a*c)"},{"@type":"Assign","name":"root1","id":"id_5bc14c4d_a0fb_451b_a28d_7c7e46340f58","value":"(-b+d)/(2*a)"},{"@type":"Assign","name":"root2","id":"id_454d675b_7160_4270_8e90_1fde25fe3072","value":"(-b-d)/(2*a)"},{"falseBlock":{"statements":[{"newline":true,"@type":"Output","id":"id_c80ae817_a188_4172_82b2_bbe15ed61b13","value":"\"the root is imaginary\""}],"id":"id_b299f7f7_8cd7_4fe8_9685_974b5b96df97"},"trueBlock":{"statements":[{"newline":true,"@type":"Output","id":"id_50dd08f8_3c4c_4a5f_8672_8a982a115a89","value":"root1:\"root1\" and root2 :\"root2"}],"id":"id_39e32dca_8168_45c7_a4ab_a6396c2bd30e"},"condition":"d>=0","@type":"If","id":"id_68c63f18_5883_444b_b81a_67b055a28745"},{"@type":"Return","id":"id_82da8aac_14b6_4c3e_8cbf_48faca0ea040","maybeValue":null}],"parameters":[]},"id":"id_832d873c_d24f_4a83_9f7a_3c7eb78403d8","config":{"showDebugVars":true,"useInputPrompt":true,"echoEnteredValue":false,"showIoBtns":true,"showFunctions":false,"lang":"java","showGenCode":true},"version":"0.3","revision":236}