Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 337 Bytes

File metadata and controls

9 lines (7 loc) · 337 Bytes

Day 5: Functions

Focus

Encapsulating logic into reusable blocks.

Projects

  1. Greeter: Simple function with parameters.
  2. Function Calculator: Calculator logic wrapped in functions.
  3. ATM Simulator: Simulation of balance checks and withdrawals.