{"functions":[],"name":"Exercise1","main":{"rawId":"main","tpe":"Void","name":"main","statements":[{"@type":"Begin","id":"id_99a602a0_bba3_4cde_b0c8_99c5049c6450"},{"@type":"Declare","tpe":"Integer","name":"N1","id":"id_ff30d600_55a9_493e_85a6_40a47c2371cb","initValue":"0"},{"@type":"Declare","tpe":"Integer","name":"N2","id":"id_7928e1c5_d728_4a58_8345_989ae4f05a24","initValue":"0"},{"@type":"Input","name":"N1","id":"id_587ec08e_ce7a_4194_aa08_18cf92583af3","prompt":"\"Enter 1st number: \""},{"@type":"Input","name":"N2","id":"id_09d4d1bc_30a0_4963_a229_4cefbbbcb7f2","prompt":"\"Enter 2nd number: \""},{"newline":false,"@type":"Output","id":"id_b2b418a5_a396_46df_8293_6cacb51219b0","value":"\"Sum of \" + N1 + \" and \" + N2 + \" = \" + (N1 + N2)"},{"newline":false,"@type":"Output","id":"id_b6e0718b_d27a_4241_989a_bc1cab92a587","value":"\"Difference of \" + N1 + \" and \" + N2 + \" = \" + (N1 - N2)"},{"newline":false,"@type":"Output","id":"id_d701e11a_c531_4871_ad09_07ec9640cc5c","value":"\"Product of \" + N1 + \" and \" + N2 + \" = \" + (N1 * N2)"},{"newline":false,"@type":"Output","id":"id_3b2529cc_2f70_4914_a83a_f440413b80cf","value":"\"Quotient of \" + N1 + \" and \" + N2 + \" = \" + (N1 / N2) + \" with Remainder = \" + (N1%N2)"},{"@type":"Return","id":"id_075637d6_bf56_4ac8_a49a_2ce0bf6b5e05","maybeValue":null}],"parameters":[]},"id":"id_4aec897c_496c_4ba1_baae_2f07bf0831ed","config":{"showDebugVars":true,"showIoBtns":true,"showFunctions":true,"lang":"python","showGenCode":true},"version":"0.2","revision":254}