{"functions":[],"name":"Weekly Store Sales","main":{"rawId":"main","tpe":"Void","name":"main","statements":[{"@type":"Begin","id":"id_e4a5b59f_a8ef_4132_8be5_219065aed94a"},{"newline":true,"@type":"Output","id":"id_89bee9fe_9602_4ff1_ae82_12e7a86228c7","value":"\"Time to calculate the sales for the week!\""},{"lengthValue":-1,"@type":"Declare","lengthValue1":"7","tpe":"IntegerArray","name":"storeSales","lengthValue2":"5","id":"id_10724c7f_d120_4d08_9087_e33809f52f46","initValue":null},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Integer","name":"totalSales","lengthValue2":"5","id":"id_bdcf07be_ed6f_4537_8ea2_eef95955999c","initValue":"0"},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Integer","name":"i","lengthValue2":"5","id":"id_2eb655c9_3616_422d_b798_9ae5fe1c2a48","initValue":"0"},{"newline":true,"@type":"Output","id":"id_54ff8840_73c4_4edc_b85f_dd0e0f686b55","value":"\"Please input the sales for each day.\""},{"varName":"i","incr":"1","@type":"ForLoop","start":"0","end":"6","id":"id_06ae263f_7120_413e_88fd_1764543decae","body":{"statements":[{"@type":"Input","name":"storeSales[i]","id":"id_57ec622f_0ccc_4aff_a6c4_678b7d323fee","prompt":null},{"@type":"Assign","name":"totalSales","id":"id_5c58b1c1_0abd_4c42_bdb0_15cbf01d4dbd","value":"totalSales + storeSales[i]"}],"id":"id_a92b00a0_9030_4ed0_8e87_093eea77e1fe"}},{"newline":false,"@type":"Output","id":"id_be58e93e_da76_4920_8fe2_d7058ff95600","value":"\"The total amount of sales made this week are: $\""},{"newline":true,"@type":"Output","id":"id_ac344bdb_c2d5_4ed9_a9a0_389c917b59a5","value":"totalSales"},{"@type":"Return","id":"id_5fda3df4_8338_470b_a119_1ebe044195b1","maybeValue":null}],"parameters":[]},"id":"id_3861eb07_b3e7_42e3_bfdb_5019cfd1cd24","config":{"showDebugVars":true,"useInputPrompt":false,"echoEnteredValue":false,"showIoBtns":true,"showFunctions":false,"lang":"java","showGenCode":false},"version":"0.3","revision":344}