Skip to content

Framework for practicing new skills and saving your work for later reference.

Notifications You must be signed in to change notification settings

avEggHead/LabCoat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LabCoat

Project Description:

Experiment with unfamiliar data structures, design patterns, and keywords.
Keep track of your past experiments in an organized way.

Instructions:

  1. Add an experiment to the ExperimentBook, which is located in the Laboratory class.
  2. Implement the IExperiment interface in your new experiment class.
  3. Hit CTRL + F5 to run the app.
  4. Your new experiment will be in the list.
  5. Type in its number and hit ENTER.
  6. That runs your experiment and displays the results.
  7. If you want to run another type 'yes' at the 'Keep Going?' prompt.