This exercise focuses on designing algorithms using flowcharts and testing them with desk tests. The tasks include:
Calculate an approximation of the sine of an angle between 0° and 180° using Bhaskara's formula.
- Materials: UE01_A1.pdf
Calculate the ticket price based on the number of zones traveled, considering a maximum price limit.
- Materials: UE01_A2.pdf
Calculate 2^(-exponent) iteratively using a loop.
- Materials: UE01_A3.pdf
Determine how often a specific digit occurs in a given number.
- Materials: UE01_A4.pdf
/diagrams
Contains flowcharts and desk tests for each task
- Diagram Creation: Draw.io
- Desk Tests: PDFs with a tabular representation of test cases and their results.
This project is licensed under the MIT License.