Skip to content

A program that required me to implement Java interfaces to make the writing of functions more efficient.

Notifications You must be signed in to change notification settings

SResor/Array-Sorter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Array-Sorter

Master Files for the InterfaceLab.java Java program. This program takes an initialized array of elements, such as double, int, or String and sorts them into ascending order.

This program was written as part of a Lab exercise for the course CSCI 114: Programming Fundamentals II. The purpose of the lab was to teach us how to use Interfaces to allow us to write functions that could accept different types of elements for each function call, thus reducing the number of functions that need to be written.

The files arrayPrinter Function and arraySorter Function contain the helper functions included at the bottom of the main program file.

The output for this program can be seen below: Interfaces Lab Output

About

A program that required me to implement Java interfaces to make the writing of functions more efficient.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages