Skip to content

Prompt: Write a program that reads integers from a file and then outputs them to a different file with any repeats removed. Assume that the numbers are in order.

Notifications You must be signed in to change notification settings

Jarohe/txtFileWriter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

txtFileWriter

Chapter 9 Assignment 2 Prompt: Write a program that reads integers from a file and then outputs them to a different file with any repeats removed. Assume that the numbers are in order.

The idea behind this is to take the numbers into an array and remove the duplicates.

About

Prompt: Write a program that reads integers from a file and then outputs them to a different file with any repeats removed. Assume that the numbers are in order.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%