0% found this document useful (0 votes)
27 views16 pages

Algorithms

The document contains examples of algorithms including a water temperature program using selection, an average calculator using iteration with a for loop, and a menu selection using iteration with a while loop.

Uploaded by

Krisleen Gullas
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views16 pages

Algorithms

The document contains examples of algorithms including a water temperature program using selection, an average calculator using iteration with a for loop, and a menu selection using iteration with a while loop.

Uploaded by

Krisleen Gullas
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 16

Algorithms

Below is a series of different programs that have


pseudocode and flowcharts completed for them. Use them
to try and relate your algorithm designs to your code.
Example 2 - Water
Temperature Program -
Selection
Example 3 - Average
Calculator - Iteration (FOR)
Example 4 - Menu Selection -
Iteration (WHILE)

You might also like