Self-Learning Module
Outcomes Covered
Selection Statements
- Construct and interpret flowcharts representing sequential, conditional, and looping structures
Watch
- Watch the following video [link]
Do
Create a flowchart that matches the pseudocode shown below and upload it to Canvas. You can just draw it on paper and upload a photo or generate it electronically and upload an image or pdf file.
counter <- 5
sum <- 0
while (counter>0):
print "Enter a number"
input num
sum <- num + sum
counter <- counter - 1
print sum
Bonus Material (optional)
- Jonathan Paulick on Online Classes [2:30] [link]
- MSOE's Career Fair is scheduled for:
- Wednesday, September 28, 2022 | 3:00 – 7:00 pm | Kern Center
- Thursday, September 29, 2022 | 11:00 – 3:00 pm | Kern Center
- Sabrina Stangler on the Career Fair [4:22] [link]
- Dr. Taylor on finding a place to focus [2:01] [link]