Skip to content

This program is designed for users who want to go on a vacation, have several places they would like to visit, but are indecisive of where they should travel to next. The user will provide the name of cities they would like to visit. Then, the program will randomly select a city from a list of all the user-entered cities.

License

Notifications You must be signed in to change notification settings

xjwllmsx/vacation-selector

Repository files navigation

Vacation Selector

Description

A simple Java program designed to help indecisive travelers select their next vacation destination. Users can input a list of cities, and the program randomly selects one for them.

Features

  • Takes user input to build a list of cities.
  • Randomly selects a city from the provided list.
  • Lightweight and runs in the terminal.

Requirements

  • Java 8 or higher installed.

Usage

  1. Clone the repository:
git clone https://github.com/xjwllmsx/vacation-selector.git
cd vacation-selector
  1. Compile the program:
javac Main.java
  1. Run the program:
java Main

License

This project is licensed under the MIT License.

About

This program is designed for users who want to go on a vacation, have several places they would like to visit, but are indecisive of where they should travel to next. The user will provide the name of cities they would like to visit. Then, the program will randomly select a city from a list of all the user-entered cities.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published