Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem statement 1 & 2 completed #105

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Emmanu-Varghese
Copy link

Question

https://github.com/RealImage/challenge2019

Specifications

Language: Ruby
Version: 2.7.1

Solution-

I developed the solution in Ruby version 2.7.1. There are three files in the project

  1. database.rb
    This file contain 'Database' class which is the database. It is basically an array of hashes. There are different methods to access the data
  2. information_system.rb
    This file contains the 'InformationSystem' class. This class contains code to display menu, accept user inputs and process user inputs.
  3. main.rb
    Main program to execute the whole project.

How to run this project

  1. cd in to the project repository
    Example: cd Workspace/challenge2019
  2. run the main program ruby main.rb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant