by @jessele Edwards Fork
{"functions":[],"name":"Add_book_toinventory","main":{"rawId":"main","tpe":"Void","name":"main","statements":[{"@type":"Begin","id":"id_7da98e3e_488f_40cc_b782_9585fbffa4ed"},{"@type":"Comment","id":"id_61faf8b5_9f02_48de_9fa8_64821295d71c","text":"Declare variable bookTitle"},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"String","name":"bookTitle","lengthValue2":"5","id":"id_6c42b85e_6ba8_464c_bc85_82d41be888a8","initValue":null},{"@type":"Comment","id":"id_f005420f_c429_4170_b1ee_3966708f3dfd","text":"declare variable bookAuthor"},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"String","name":"bookAuthor","lengthValue2":"5","id":"id_bbf8bb4f_fab5_4290_999d_5290b39d9f3a","initValue":null},{"@type":"Comment","id":"id_2718f444_9bdf_46e9_b890_3ad32d0192d7","text":"Declare variable bookPrice"},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"String","name":"bookPrice","lengthValue2":"5","id":"id_b6c291bd_8ae3_4a1c_bc8d_9b2f7690c370","initValue":null},{"@type":"Comment","id":"id_8f76e540_30e9_416a_acbe_f8d11bd104f6","text":"Declare bookQty"},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Integer","name":"bookQty","lengthValue2":"5","id":"id_a61e6b33_0adc_465e_a187_a915979d12a9","initValue":null},{"@type":"Comment","id":"id_93e7b64c_018f_496a_a4de_431667cf79b0","text":"Prompt user for book details."},{"newline":true,"@type":"Output","id":"id_76de42f9_1f2c_416e_b51e_49c3aba4a951","value":"\"Please enter the book Title: \""},{"@type":"Input","name":"bookTitle","id":"id_cfe36af7_f652_4d13_9238_cda3ceafdd6d","prompt":"Book Title: "},{"@type":"Comment","id":"id_5df8c483_4af3_4e2e_89c9_a0e7b5b31bd6","text":"Prompt user for book author"},{"newline":true,"@type":"Output","id":"id_2a571edf_bb29_4b93_a187_73a44bf1e8f7","value":"\"Please enter the Author of the book: \""},{"@type":"Input","name":"bookAuthor","id":"id_bbc64d05_e9f2_4448_a890_4b99285e1f57","prompt":"Book Author: "},{"@type":"Comment","id":"id_6343b051_8fef_4e01_bea6_58a84850dfe9","text":"Prompt user for book Price"},{"newline":true,"@type":"Output","id":"id_07920a00_4a61_4a74_ae79_04e3c6c1182b","value":"\"Please enter the book Price: \""},{"@type":"Input","name":"bookPrice","id":"id_3c5b736b_53d3_44a8_93d3_8c0a66370ee6","prompt":"Book Price:"},{"@type":"Comment","id":"id_043f0d7b_9eab_4ce4_b41d_a463d03083a9","text":"Prompt user for book qty"},{"newline":true,"@type":"Output","id":"id_314463fb_c484_4b5e_b21f_ae2d08305e74","value":"\"Please enter how copies of the book you want to add: \""},{"@type":"Input","name":"bookQty","id":"id_200808f3_ecf4_4fd0_84a8_b6800f102d36","prompt":"Please Book Qty:"},{"@type":"Comment","id":"id_94e6d059_3614_4d40_b2a2_4d36266fd414","text":"Output confirmation of details added"},{"newline":false,"@type":"Output","id":"id_10b79dfc_06b2_4cda_89af_230e545909ed","value":"\"You have successfully added \" + bookQty + \" copies of: \" + bookTitle + \" by \" +bookAuthor + \" the book price is: \" +bookPrice"},{"@type":"Return","id":"id_0bc6487e_7975_4e26_97b8_854864b57d87","maybeValue":null}],"parameters":[]},"id":"id_2748fa3e_1254_4bff_ade9_fc22e6881201","config":{"showDebugVars":true,"useInputPrompt":true,"echoEnteredValue":false,"showIoBtns":true,"showFunctions":true,"lang":"java","showGenCode":false},"version":"0.2","revision":642}