Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 247 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 247 Bytes

Trio

This C++ program receives three integers and tells the user the numbers in descending (largest-to-smallest) order.

Getting Started

To run the program do the following in your command line interface prompt ($):

$make
$./a.out