Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 444 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 444 Bytes

Fall2023-MBT4 : MRL Beginners Task 4

Subject : State Machine

Task Description: Design and implement a state machine with multiple states and transitions. Understand the concept of finite state machines and apply it to a specific problem or scenario. Test and debug your state machine.

Task Submission :

  • Clean Code
  • at least 4 states are needed
  • Object Oriented Programming (OOP)
  • Fork This Repository and Commit Your Codes on It