Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 358 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 358 Bytes

1-Challenge_NamesStatistic

Given a file Popular_Baby_Names.csv. Create a program that will:

  • count and print 10 most popular names, regardless of any other parameter(e.g. Mark 120, Julie 106, Max 92,...)
  • count and print most popular female name (e.g. Julie 106)
  • count and show 3 letters, of which most names starts with (e.g. R 1400, S 1120, A 987)