PROFESSIONAL ACADEMIC STUDY RESOURCES WEBSITE +1 813 434 1028 proexpertwritings@hotmail.com
ENGR 2304 Flowcharts and Pseudocode Worksheet
There are several options to create the flowchart. You may use Word, you may use LucidChart, you may use Google Drawings, you may use AutoCad, whatever you wish to do. The easiest option is for you to do this by hand, scan and save as a .PDF file, using your cellphone, and upload the .pdf file.
Here are the 3 problems:
Create the psuedocode to make a peanut butter and jelly sandwich. The more details the better. One submission from the group.
Create the psuedocode to sum all whole numbers between (and including ) 1 and 10. Display the sum at the end. Be sure to use a counted loop.
Create the psuedocode to calculate the sum of all the numbers between 0 and 99 whose square roots are integers. You will need to increment between 0 and 99, take the square root of each number, and if it is an integer, add it to the existing sum.
It is your choice whether to turn in 6 different files, 1 single file, or perhaps some combination of files – whatever works the best for you.