Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

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.