Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 402 Bytes

File metadata and controls

12 lines (7 loc) · 402 Bytes

three-integer-sorter

A simple Java console application that sorts three integers in both ascending and descending order.

Three Integer Sorter

This is a basic Java console program that asks the user to input three integers and prints them in both ascending and descending order.

💻 Features

  • Takes input from the user
  • Displays both largest-to-smallest and smallest-to-largest sequences