Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages