by @Morales Fork
{"functions":[],"name":"lobster risotto","main":{"rawId":"main","tpe":"Void","name":"main","statements":[{"@type":"Begin","id":"id_46ef018e_6937_4763_b81b_bfb44b8f2e96"},{"lengthValue":1,"@type":"Declare","tpe":"Real","name":"lobsterrisotto","id":"id_23636876_684b_4c15_9679_b4dadbd6cec1","initValue":"0"},{"newline":false,"@type":"Output","id":"id_3f709dc3_deb9_4402_80f4_b03c8f57630c","value":"\"How much should the lobster risotto cost when purchased in a restaurant? $\""},{"@type":"Input","name":"lobsterrisotto","id":"id_4abbca0a_70db_4720_98b7_a3f2e0a15485","prompt":null},{"newline":true,"@type":"Output","id":"id_90e56fdd_466b_4a67_aa03_d09cbf9774a8","value":"lobsterrisotto"},{"@type":"Comment","id":"id_cff2e832_8bd0_4087_9837_93e72d21c6e9","text":"User inputs price of the food."},{"newline":false,"@type":"Output","id":"id_48f7dfbe_76eb_492b_b4f8_1689d00c94c2","value":"\"And a 15% tip would be $\""},{"lengthValue":1,"@type":"Declare","tpe":"Real","name":"tip","id":"id_1dd96daf_4e3b_48c5_8676_1333096e3e77","initValue":"lobsterrisotto * 0.15"},{"newline":true,"@type":"Output","id":"id_15585c12_707e_42fd_9a85_31cf496eb430","value":"tip"},{"@type":"Comment","id":"id_4e3bff89_debf_46bc_b149_7025cfbdaed4","text":"Tip is established."},{"newline":false,"@type":"Output","id":"id_f7ad6711_bec3_4377_a7db_a87d41435c05","value":"\"With a sales tax of 7% would be $\""},{"lengthValue":1,"@type":"Declare","tpe":"Real","name":"tax","id":"id_935cdbbf_e24c_472b_930d_cdfa9fa0d13b","initValue":"lobsterrisotto * 0.07"},{"newline":true,"@type":"Output","id":"id_a86dd515_63c7_4239_ab33_9e843e1078d0","value":"tax"},{"@type":"Comment","id":"id_9c5d241a_f972_4602_9840_d4bd5f2caa44","text":"Tax is established."},{"newline":false,"@type":"Output","id":"id_3fc6a464_4293_4567_8242_884599d95fdf","value":"\"Which means the total is $\""},{"lengthValue":1,"@type":"Declare","tpe":"Real","name":"total","id":"id_78931b95_a1d8_4315_a5ca_46f848bbaaa6","initValue":"lobsterrisotto + tip + tax"},{"newline":true,"@type":"Output","id":"id_dea7860f_a37e_4122_83ca_5c177f80b0e4","value":"total"},{"@type":"Comment","id":"id_2e8f75ed_c976_4073_800c_544672a927ba","text":"The tax, tip, and price of the food is totaled."},{"@type":"Return","id":"id_cf74eeae_2289_42ae_bfb5_431e8a977731","maybeValue":null}],"parameters":[]},"id":"id_9e19190f_a6f5_43e3_9ee8_1ea1cdb18ae0","config":{"showDebugVars":true,"useInputPrompt":false,"echoEnteredValue":false,"showIoBtns":true,"showFunctions":false,"lang":"java","showGenCode":false},"version":"0.2","revision":461}