{"functions":[],"name":"Module 03 - Assignment","main":{"rawId":"main","tpe":"Void","name":"main","statements":[{"@type":"Begin","id":"id_b76e4c72_e4d2_40c8_8be9_04df62a15fcb"},{"@type":"Declare","tpe":"Real","name":"mealPrice","id":"id_4a5524ce_f943_408a_8e67_5a704b5b2821","initValue":null},{"@type":"Input","name":"mealPrice","id":"id_0a5a19c2_aceb_4524_946c_dd61883f1711","prompt":"Enter the charge for the food"},{"@type":"Declare","tpe":"Real","name":"tipPrice","id":"id_c3ef4c99_d5b4_4f20_847c_66907fdf8561","initValue":"mealPrice * 0.15"},{"@type":"Declare","tpe":"Real","name":"salesTax","id":"id_a431a144_cb4d_42ee_9824_3e57ba3f6219","initValue":"mealPrice * 0.07"},{"@type":"Declare","tpe":"Real","name":"totalPrice","id":"id_566befcc_0039_462c_8574_522df266d50f","initValue":"mealPrice + tipPrice + salesTax"},{"newline":true,"@type":"Output","id":"id_e719a2ed_e5ef_4167_b6a6_695e12d0e6a9","value":"\"The subtotal is \" + mealPrice"},{"newline":true,"@type":"Output","id":"id_eae70c92_393d_4c21_819c_f84b2bca650f","value":"\"The tip is \" + tipPrice"},{"newline":true,"@type":"Output","id":"id_6d19872d_38ee_4267_9574_d245c1acc533","value":"\"The sales tax is \" + salesTax"},{"newline":true,"@type":"Output","id":"id_48baf140_bb98_4a38_89eb_a0f588e9d53c","value":"\"The total is \" + totalPrice"},{"@type":"Return","id":"id_476cc182_ed64_47be_b9fd_10f77f8005a0","maybeValue":null}],"parameters":[]},"id":"id_86c05675_c5b2_4d38_934d_9a8514e50101","config":{"showDebugVars":true,"showIoBtns":true,"showFunctions":true,"lang":"java","showGenCode":true},"version":"0.2","revision":446}