Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.19 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.19 KB

Software Development Exercises - UE01

📜 Tasks

This exercise focuses on designing algorithms using flowcharts and testing them with desk tests. The tasks include:

1. Sinus Approximation

Calculate an approximation of the sine of an angle between 0° and 180° using Bhaskara's formula.


2. Bus Ticket Price

Calculate the ticket price based on the number of zones traveled, considering a maximum price limit.


3. Negative Power of Two

Calculate 2^(-exponent) iteratively using a loop.


4. Count Digit Occurrences

Determine how often a specific digit occurs in a given number.


📂 Project Structure

/diagrams Contains flowcharts and desk tests for each task


🛠 Tools

  • Diagram Creation: Draw.io
  • Desk Tests: PDFs with a tabular representation of test cases and their results.

📝 License

This project is licensed under the MIT License.