• Stars
    star
    1
  • Language
    C++
  • Created over 2 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Read a file that contains a list of applicants and their skill-set, where each skill is separated by a single white space character, as in the following example: Ahmed c++ java Ayesha c c++ assembly Ali c++ java Salman java javascript python Sara python javascript Implement classes Applicant and Skill, considering appropriate relationship between the two, in order to capture the information read from the file.