Skip to content

This repository contains a program that finds a valid flight route given two city locations. I created this for my individual Java project for my Intermediate Computer Programming course during sophomore year.

Notifications You must be signed in to change notification settings

Kwakzz/Java-Routes-Project

Repository files navigation

Individual-Project

The input file is included in the folder. Opening it in the IDE is more convenient as it is easier to edit. The starting points and destinations must be entered like so:

startCity, startCountry destinationCity, destinationCountry

After you specify the starting point and destination, just run the code and the route will be generated. The main method is in the class, Run.

About

This repository contains a program that finds a valid flight route given two city locations. I created this for my individual Java project for my Intermediate Computer Programming course during sophomore year.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages