Skip to content

Natam98/004-avoiding-duplicates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

004 Avoiding Duplicates

In this exercise, you will create a program that reads words from the user until the user enters a blank line. After the user enters a blank line your program should dis- play each word entered by the user exactly once. The words should be displayed in the same order that they were first entered.

For example, if the user enters: first second first third second

then your program should display: first second third

Documentation

For this project solution you may use:

  • Arrays (Lists)
  • Functions
  • Conditionals
  • Repetitions

Deadline

This project requires to be completed in a maximum of 2 hours

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages