{"functions":[],"name":"New Program","main":{"rawId":"main","tpe":"Void","name":"main","statements":[{"@type":"Begin","id":"id_6375fc78_696a_4eb2_bc39_f7755a0c09b1"},{"@type":"Declare","tpe":"Integer","name":"pay","id":"id_c88750ef_9aff_4738_892c_696af290ea85","initValue":null},{"@type":"Declare","tpe":"Integer","name":"hours","id":"id_ce5813c2_ad11_40f3_a09f_6275bf83a596","initValue":null},{"@type":"Comment","id":"id_69236e8c_b785_4aaf_9d26_8637770968e0","text":"This asks you how much money you make per hour."},{"@type":"Input","name":"pay","id":"id_91964529_9429_487e_b83d_ed311eef3850","prompt":"Please enter your hourly pay rate."},{"@type":"Comment","id":"id_d133a9e4_509e_4345_a035_7d784a389034","text":"This asks you how many hours you worked in a week."},{"@type":"Input","name":"hours","id":"id_5a1288f2_afa7_4557_b024_0c3df4ffc7d1","prompt":"please enter how many hours you worked this week."},{"@type":"Comment","id":"id_f20d6b67_a359_4076_afec_99996f873640","text":"This multiplies how much you make in an hour with how many hours you worked in a week."},{"@type":"Declare","tpe":"Integer","name":"grossPay","id":"id_de3b9add_f13d_4170_bf16_6207faa09e89","initValue":"pay * hours"},{"@type":"Comment","id":"id_6131816d_b079_462f_9a57_268d3fc756ae","text":"The next 3 steps tell you how much money you make in a week before taxes, insurance, etc."},{"newline":false,"@type":"Output","id":"id_5829c3d7_78a2_48ab_9076_53f366c53c30","value":"\"Thank you. Your gross income is $\""},{"newline":false,"@type":"Output","id":"id_b2806a80_55be_4145_b186_c80ffff78247","value":"grossPay"},{"newline":false,"@type":"Output","id":"id_f447759c_daac_4c63_920c_907477e25f89","value":"\" a week.\""},{"@type":"Return","id":"id_d4e12deb_c120_4499_8369_3b4c3ecc6293","maybeValue":null}],"parameters":[]},"id":"id_7d38d00c_f818_4ebb_a75b_2db5e644de2f","config":{"showDebugVars":true,"showIoBtns":true,"showFunctions":true,"lang":"python","showGenCode":true},"version":"0.2","revision":1059}